Improve playground

This commit is contained in:
Joshua Seigler 2020-12-08 20:15:24 -05:00
parent d04a3bc360
commit 135ab62a3f
3 changed files with 1272 additions and 2 deletions

View file

@ -4,7 +4,13 @@
To make it easy to develop Rockstar solutions to Advent of Code style problems (with an input file and no interactivity).
## Setup
`npm install`
``` bash
git submodule init
cd rockstar
npm i
cd -
npm i
```
## Usage
`node start <trackname>`

1263
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,9 @@
"nodemon": "^2.0.6"
},
"nodemonConfig": {
"events": {
"start": "clear"
},
"ext": "rock,txt"
}
}