first commit
This commit is contained in:
11
LOCAL_NO_DOCKER.md
Normal file
11
LOCAL_NO_DOCKER.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Local Run Without Docker
|
||||
|
||||
```bash
|
||||
npm install
|
||||
cp .env.example .env
|
||||
npm run start:dev
|
||||
```
|
||||
|
||||
The API listens on `PORT`, default `3101`.
|
||||
|
||||
This service does not run migrations. It expects the configured PostgreSQL database to already contain the `current`, `edge`, `history`, and `tag` tables.
|
||||
Reference in New Issue
Block a user