Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit e375201

Browse files
committed
Updated README.md
1 parent bdbdff0 commit e375201

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,16 @@ The application is built on a PostgreSQL database. You should add the appropriat
2525
yarn run migrate up
2626
```
2727

28+
## Development
29+
30+
For hot reloading, use nodemon.
31+
32+
```javascript
33+
yarn dev
34+
```
35+
36+
To fix style errors, use standard.
37+
38+
```
39+
yarn lint --fix
40+
```

0 commit comments

Comments
 (0)