all repos — site @ adfd9276c63842f9da39171f87c65d94817860b7

source for my site, found at icyphox.sh

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