Skip to content

Commit d13bcda

Browse files
committed
update readme
1 parent b750244 commit d13bcda

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm run dev
2121
Add new dep to a package
2222

2323
```bash
24-
npm install react-leaflet -w rolling-stove-client
24+
npm install <dep-name> -w rolling-stove-client
2525
```
2626

2727
## Architecture
@@ -48,6 +48,8 @@ npm install react-leaflet -w rolling-stove-client
4848
* [ ] No data model for trucks, locations, etc
4949
* [ ] Not dealing with timezones
5050

51-
### Both
51+
### Monorepo Setup
52+
5253
* [ ] Shared types between client and server
53-
* [ ] Git Hooks
54+
* [ ] Git Hooks for linting
55+
* [ ] CI automation (testing, linting, etc)

0 commit comments

Comments
 (0)