Skip to content

Commit d73168f

Browse files
committed
update
1 parent b908a22 commit d73168f

File tree

4 files changed

+123
-284
lines changed

4 files changed

+123
-284
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
```

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
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",

packages/db-sync/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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
}

0 commit comments

Comments
 (0)