aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net/README.md
blob: 71f534ee260da0afaf8695fb9666dca5891bea5d (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 --config src/auth.js --yes
```