Initial code commit

This commit is contained in:
Philip Trauner 2017-06-25 18:00:12 +02:00
parent 25f3cf1df8
commit 4cf75cd3e2
12 changed files with 9890 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# dashb0ard
### Installation
```bash
git clone --depth=1 https://github.com/robot0nfire/dashb0ard.git --recursive
cd dashb0ard/static/scripts/highway.js
npm install
npm install -g browserify
npm run browserify
```