Windows/Ubuntu
-
install python
- Ubuntu:
sudo apt-get update; apt-get install python - Windows:
https://www.python.org/downloads/ - add to path (if not already)
- Ubuntu:
-
install node from:
- Ubuntu:
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -sudo apt-get install -y nodejs
- Windows:
https://nodejs.org/en/- make sure to select npm during install
- add node to path (if not already)
- Ubuntu:
-
install git
- Ubuntu:
sudo apt-get install git - Windows:
https://desktop.github.com/
- Ubuntu:
-
clone this repo
-
use terminal/cmd/PowerShell to go into the cloned directory
-
run
npm start -
open a browser: firefox/chrome
-
goto
http://localhost:8000