Website for my sewing projects
Run the initial setup tool. This will do a few easy setup steps so you don't have to.
# Note: this requires `curl`.
./setup.sh
Compile the website into the dist/
directory.
npm run build
Compile the website whenever files change, and hot-reload the web page.
npm start