all repos — site @ 23f1a2b6e77c3264a88da70a8da8fc9213950b8f

source for my site, found at icyphox.sh

bin/build.sh (view raw)

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

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