Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/janpaul123/paperprograms
- Owner: janpaul123
- License: mit
- Created: 2017-12-26T06:56:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T19:12:21.000Z (about 1 year ago)
- Last Synced: 2024-11-06T10:21:42.327Z (7 days ago)
- Language: JavaScript
- Homepage: https://paperprograms.org
- Size: 68.8 MB
- Stars: 501
- Watchers: 26
- Forks: 54
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)