Skip to content

Commit 98725f1

Browse files
committed
Update README.md - add instructions
1 parent d447b4f commit 98725f1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,19 @@
99
# JavaScript Website crawler
1010

1111
Website crawler written in JavaScript built with Node.js.
12+
13+
### Start crawler
14+
```
15+
yarn
16+
npm run start
17+
```
18+
19+
### Build (compile) crawler
20+
```
21+
npm run build
22+
```
23+
24+
### Test source code
25+
```
26+
npm run test
27+
```

0 commit comments

Comments
 (0)