2022-08-14 12:02:58 +03:00
|
|
|
## Getting Started
|
|
|
|
|
2022-08-24 10:44:35 +03:00
|
|
|
Install NPM packages, this project uses [pnpm](https://pnpm.io/) (and so should you!):
|
2022-08-14 12:02:58 +03:00
|
|
|
|
|
|
|
```bash
|
2022-08-24 10:44:35 +03:00
|
|
|
pnpm install
|
2022-08-14 12:02:58 +03:00
|
|
|
```
|
|
|
|
|
2022-08-24 10:44:35 +03:00
|
|
|
Start the development server:
|
2022-08-14 12:02:58 +03:00
|
|
|
|
2022-08-24 10:44:35 +03:00
|
|
|
```bash
|
|
|
|
pnpm dev
|
|
|
|
```
|
2022-08-14 12:02:58 +03:00
|
|
|
|
2022-08-24 10:44:35 +03:00
|
|
|
Open [http://localhost:3000](http://localhost:3000) to start.
|
2022-08-14 12:02:58 +03:00
|
|
|
|
|
|
|
|
2022-08-24 10:44:35 +03:00
|
|
|
## Configuration
|
2022-08-14 12:02:58 +03:00
|
|
|
|
2022-08-24 10:44:35 +03:00
|
|
|
Configuration is done in the /config directory using .yaml files. Refer to each config for
|
|
|
|
the specific configuration options.
|