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>`