11 lines
216 B
Markdown
11 lines
216 B
Markdown
# 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
|
|
```
|