all repos — site @ ef32868ff1edb45e1d48bf70a4f81e4372a07a8e

source for my site, found at icyphox.sh

netlify-build.sh (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
#!/bin/sh

sudo apt install lynx
rm -rf go-vite
git clone https://github.com/icyphox/go-vite
cd go-vite && make && cd ..
mkdir build
go-vite/vite build