all repos — site @ 52171eabf56f976b9c8765eda12bc71fe1df3c13

source for my site, found at icyphox.sh

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