19 lines
443 B
Markdown
19 lines
443 B
Markdown
# Website
|
|
|
|
## Installation
|
|
|
|
This project handles commands using [`just`](https://github.com/casey/just).
|
|
|
|
1. `just install`
|
|
2. Create [`.env` file](#env-file)
|
|
3. `just migrate`
|
|
4. `just start`
|
|
|
|
### `.env` file
|
|
|
|
Local development secrets are stored in a `.env` file.
|
|
|
|
These values are required for the application to load
|
|
|
|
- `DEBUG` set to `false`
|
|
- `SECRET_KEY` set to [something](https://django-secret-key-generator.netlify.app/) semi-random
|