Jake Howard
c66acadd43
This makes the CI tasks more verbose, but makes the whole setup much easier to manage
14 lines
311 B
Markdown
14 lines
311 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. This file is automatically loaded by `just`.
|