Skip to content

Commit 1c1da27

Browse files
committed
Pre-setup steps
1 parent c2456a9 commit 1c1da27

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ All dataset images are royalty-free and were taken from [Pexels](https://www.pex
1717

1818
<div>Icons made by <a href="https://www.flaticon.com/authors/mavadee" title="mavadee">mavadee</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
1919

20+
## Pre-setup steps
21+
22+
Make sure the right NodeJS and npm versions are installed:
23+
24+
```bash
25+
nvm install v14.19.2
26+
27+
node -v
28+
v14.19.2
29+
30+
npm -v
31+
6.14.17
32+
```
33+
2034
## Project setup
2135
```
2236
npm install

0 commit comments

Comments
 (0)