To run the challenge from a single day, use:
npm run day <day>/<challenge_number>
for example, to run the first challenge from day 1, use:
npm run day 01/1
To run the challenge from a single day whenever code changes, run:
npm run watch <day>/<challenge_number>
for example, to watch the first challenge from day 1, use:
npm run watch 01/1