blob: 7419a023b5d9c23de0b52a1ea8b5436cb43a02bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# hommabot2
Rewrite of hommabot (Python3) in TS.
# Running
1. Set up DB. The `sql` directory is mounted inside the `db` container as `/sql`.
```
docker-compose up -d db
docker-compose exec db psql postgresql://postgres:postgres@localhost/postgres -f /sql/001-init.sql
```
2. Set up `.env`
3. `npm run dev`
|