A collection of recipes made in the Rice-Prower home, and associated nerdy tools.
Prerequisites
- Install Node+
- Install Poetry for Python
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:
- run
make run_static
to build and auto-rebuild static assets; - run
make run_site
to build and auto-rebuild the site content.
- run
-
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.