add setup instructions

This commit is contained in:
eleith 2023-02-28 07:49:47 -08:00
parent fb753ef7bd
commit 55fa2bc774
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ https://adventofcode.com/
typescript | just having fun
### setup
download and using npm, install dependencies
`npm install`
### run
`[DEBUG=true] npm run solve -- <day>`