/try-snapps

snapp-related testing

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Try Snapps

Repo for me to test snarkyjs.

How to run a file:

npx tsc && node dist/sudoku.js

How to iterate on a file:

In one console tab, do

npx tsc --watch

In another:

nodemon dist/sudoku.js