Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janpaul123/paperprograms

Run Javascript on pieces of paper!
https://github.com/janpaul123/paperprograms

Last synced: about 10 hours ago
JSON representation

Run Javascript on pieces of paper!

Awesome Lists containing this project

README

        

# Paper Programs

Note: most active development based on this project is probably ["Paper Playground"](https://github.com/phetsims/paper-land).

**Run Javascript on pieces of paper!**

- See [the website](https://paperprograms.org) for an overview.
- See [the tutorial on Youtube](https://www.youtube.com/watch?v=pkwSoJrVWAY) for comprehensive installation instructions.
- If you want to run this locally, see below.

## Local installation
Make sure to have [Node.js](https://nodejs.org) and [PostgreSQL](https://postgresql.org) installed first. Checkout the repo and run in a terminal:

```sh
npm install
npm run dev
```

This will create a new database, and start all necessary processes. Then go to [localhost:3000](http://localhost:3000) to get started.

## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)