File tree Expand file tree Collapse file tree 4 files changed +123
-284
lines changed
Expand file tree Collapse file tree 4 files changed +123
-284
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,10 @@ Source code to generate [www.javascript.fun](https://www.javascript.fun/)
77- Highly tailored and customized project to render static webpage
88- Crawler to collect dynamic online data
99- Admin capability with ` cli ` interface
10+
11+ ## How to start
12+
13+ ``` sh
14+ yarn install
15+ yarn workspace dynamodb-observables build
16+ ```
Original file line number Diff line number Diff line change 2323 "@types/jest" : " ^29.5.1" ,
2424 "@types/node" : " ^20.2.5" ,
2525 "dotenv" : " ^16.0.3" ,
26- "dynamodb-observables" : " ^1.0.0" ,
2726 "eslint" : " ^8.41.0" ,
2827 "eslint-config-airbnb" : " ^19.0.4" ,
2928 "eslint-config-prettier" : " ^8.8.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " db-sync" ,
33 "version" : " 1.0.0" ,
4- "license" : " MIT"
4+ "license" : " MIT" ,
5+ "dependencies" : {
6+ "dynamodb-observables" : " 1.0.0"
7+ }
58}
You can’t perform that action at this time.
0 commit comments