We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b750244 commit d13bcdaCopy full SHA for d13bcda
README.md
@@ -21,7 +21,7 @@ npm run dev
21
Add new dep to a package
22
23
```bash
24
-npm install react-leaflet -w rolling-stove-client
+npm install <dep-name> -w rolling-stove-client
25
```
26
27
## Architecture
@@ -48,6 +48,8 @@ npm install react-leaflet -w rolling-stove-client
48
* [ ] No data model for trucks, locations, etc
49
* [ ] Not dealing with timezones
50
51
-### Both
+### Monorepo Setup
52
+
53
* [ ] Shared types between client and server
-* [ ] Git Hooks
54
+* [ ] Git Hooks for linting
55
+* [ ] CI automation (testing, linting, etc)
0 commit comments