blob: 59d5886236695468dc038cd61bf4e49e8592bab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 174gb.net
The official website of the 174th Battle Group, also known as the Red Right Hand.
## Development
The website is built using [Next.js](https://nextjs.org/) and is deployed via [Docker](https://www.docker.com/).
### First Run
After starting the containers, run the following command to apply database migrations:
```sh
docker compose exec 174bg-net npx auth@latest migrate --yes
```
|