Run Javascript on pieces of paper!
- See the website for an overview.
- See the tutorial on Youtube for comprehensive installation instructions.
- If you want to run this locally, see below.
Make sure to have Node.js and PostgreSQL installed first. Checkout the repo and run in a terminal:
npm install
npm run dev
This will create a new database, and start all necessary processes. Then go to localhost:3000 to get started.