all repos — site @ 23c20ec52ff7ccab3ef0f5f3a0a4c6c49b65ea0f

source for my site, found at icyphox.sh

bin/build.sh (view raw)

1#!/bin/sh
2
3rm -rf go-vite
4git clone https://github.com/icyphox/go-vite
5cd go-vite && make && cd ..
6mkdir build
7go-vite/vite build