Forráskód Böngészése

Update README: add npm

Son NK 5 éve
szülő
commit
86eb5068c7
1 módosított fájl, 7 hozzáadás és 1 törlés
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -548,7 +548,7 @@ All work on SimpleLogin happens directly on GitHub.
 
 ### Run code locally
 
-The project uses Python 3.7+. First, install all dependencies by running the following command. Feel free to use `virtualenv` or similar tools to isolate development environment.
+The project uses Python 3.7+ and Node v10. First, install all dependencies by running the following command. Feel free to use `virtualenv` or similar tools to isolate development environment.
 
 ```bash
 pip3 install -r requirements.txt
@@ -560,6 +560,12 @@ Then make sure all tests pass
 pytest
 ```
 
+Install npm packages 
+
+```bash
+cd static && npm install
+```
+
 To run the code locally, please create a local setting file based on `example.env`:
 
 ```