Code for https://florimond.dev.
make install
Run the website locally:
make start
Run the test suite:
make test
Run automatic code formatting:
make format
Run code checks:
make check
Build assets:
make build
Environment variable | Description | Default |
---|---|---|
WWW_DEBUG |
Run in debug mode. Enables in-browser tracebacks and content hot reload. | False |
WWW_TESTING |
Run against mocked resources. | False |
WWW_EXTRA_CONTENT_DIRS |
Include content from extra directories. | None |
Install deploy dependencies:
make install-deploy
Deploy:
make deploy env=prod
For more information, see DEPLOYMENT.md.