Initial code commit
This commit is contained in:
parent
25f3cf1df8
commit
4cf75cd3e2
12 changed files with 9890 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal 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
|
||||
```
|
Reference in a new issue