The source code of the OpenWISP Website, all rights reserved.
Install Node and Python dependencies required for QA checks:
yarn install pip install -r requirements.txt
Now, run quality assurance checks with:
./run-qa-checks
Build:
make html
Serve:
make serve
To open a html file in the browser:
google-chrome index.html
Feel free to post any doubt or comment through our support channels.