The hugo static website powering https://www.fieldfoundry.com.
Requirements:
Open the development shell:
make shell
Run the website in development mode:
make dev
The app should be available at http://localhost:1313.
To produce the static files ready for deployment:
make build
The output files should be at public/
To clean the recently generated files from public/
run:
make clean