all repos — site @ fa4c44bd061363e0f6e45a2073fc80344aa5d96d

source for my site, found at icyphox.sh

netlify-build.sh (view raw)

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

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