Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit c23348d

Browse files
committed
fix: dev setup
1 parent b42e3c8 commit c23348d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,23 +159,25 @@ GET `/daily?2024-09-13`
159159
]
160160
```
161161

162+
## Requirements
163+
164+
- nodejs
165+
- postgres
166+
162167
## Project setup
163168

164169
```bash
165-
$ npm install
170+
$ npm ci
166171
```
167172

168173
## Compile and run the project
169174

170175
```bash
171-
# development
172-
$ npm run start
176+
# setup db
177+
npm run db:migrate:dev
173178

174179
# watch mode
175180
$ npm run start:dev
176-
177-
# production mode
178-
$ npm run start:prod
179181
```
180182

181183
## Run tests

0 commit comments

Comments
 (0)