New and Hopefully Improved Personal Site
This project requires both the frontend and Rust backend to be built. The frontend must be built first as it's embedded into the Rust binary.
# Build everything (frontend + Rust release build)
./scripts/build-all.sh
# For development (frontend + Rust debug build)
./scripts/dev-build.sh
# Build only the frontend
./scripts/build-frontend.sh
If you prefer to build manually:
-
Build the frontend:
cd thread-frontend npm install npm run build
-
Build the Rust backend:
cargo build --release
There are generated from shot-scraper
on the 'live' site