all repos — site @ 5dc29ae1eb04b5c0ec0ba6a2d406cae401a6acf0

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