1
0
Fork 0

docs: Add frontend dependencies installation instructions

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/768/head
Vasilis Tsiligiannis 2019-09-23 15:31:11 +03:00
parent 8f265d6085
commit e5d1ffad15
2 changed files with 20 additions and 0 deletions

View File

@ -19,6 +19,16 @@ Docker Installation
$ cp env-dist .env
#. **Install frontend dependencies**
Install dependencies with ``npm``::
$ npm install
Test and copy the newly downlodaded static assets::
$ ./node_modules/.bin/gulp
#. **Run it!**
Run satnogs-network::

View File

@ -24,6 +24,16 @@ VirtualEnv Installation
$ cp env-dist .env
#. **Install frontend dependencies**
Install dependencies with ``npm``::
$ npm install
Test and copy the newly downlodaded static assets::
$ ./node_modules/.bin/gulp
#. **Run it!**
Activate your python virtual environment::