mirror of
https://github.com/seigler/rockstar-playground
synced 2025-07-26 01:06:10 +00:00
Improve playground
This commit is contained in:
parent
d04a3bc360
commit
135ab62a3f
3 changed files with 1272 additions and 2 deletions
|
@ -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).
|
To make it easy to develop Rockstar solutions to Advent of Code style problems (with an input file and no interactivity).
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
`npm install`
|
``` bash
|
||||||
|
git submodule init
|
||||||
|
cd rockstar
|
||||||
|
npm i
|
||||||
|
cd -
|
||||||
|
npm i
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
`node start <trackname>`
|
`node start <trackname>`
|
||||||
|
|
1263
package-lock.json
generated
1263
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -15,6 +15,9 @@
|
||||||
"nodemon": "^2.0.6"
|
"nodemon": "^2.0.6"
|
||||||
},
|
},
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
"events": {
|
||||||
|
"start": "clear"
|
||||||
|
},
|
||||||
"ext": "rock,txt"
|
"ext": "rock,txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue