2022-06-09 08:17:26 +01:00
|
|
|
# Website
|
2022-06-09 09:18:10 +01:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2022-07-28 19:24:16 +01:00
|
|
|
This project handles commands using [`just`](https://github.com/casey/just), and the project runs in Docker.
|
2022-06-09 22:20:40 +01:00
|
|
|
|
2022-07-28 19:24:16 +01:00
|
|
|
1. `just build`
|
2022-06-09 22:20:40 +01:00
|
|
|
2. Create [`.env` file](#env-file)
|
2022-07-28 19:24:16 +01:00
|
|
|
3. `just compose up -d`
|
|
|
|
4. `just compose run web just start`
|
2022-06-09 09:18:10 +01:00
|
|
|
|
|
|
|
### `.env` file
|
|
|
|
|
2022-06-12 15:52:45 +01:00
|
|
|
Local development secrets are stored in a `.env` file. This file is automatically loaded by `just`.
|