A collection of recipes made in the Rice-Prower home, and associated nerdy tools.
Prerequisites
This project uses Make for all steps.
If you are on Windows, install Make using Chocolatey:
choco install make
To get started:
Run make deps
to install dependencies.
Open two (2) terminal windows, then:
make run_static
to build and auto-rebuild static assets;make run_site
to build and auto-rebuild the site content.Open your browser to http://localhost:8000
to view the running site.
That's it! Make changes as you see fit while these two processes are running, and you'll see those changes live after refreshes.