From 86eb5068c755dbacf7971633fd81d074fb1fbbb0 Mon Sep 17 00:00:00 2001 From: Son NK Date: Tue, 4 Feb 2020 17:56:47 +0700 Subject: [PATCH] Update README: add npm --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ecb8a3..a1b60f29 100644 --- a/README.md +++ b/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`: ```