Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadaj/interactive-worksheets
https://github.com/shadaj/interactive-worksheets
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadaj/interactive-worksheets
- Owner: shadaj
- Created: 2020-08-25T00:35:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T07:56:49.000Z (about 4 years ago)
- Last Synced: 2024-05-01T20:01:32.456Z (8 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Worksheets
A platform for developing online worksheets with interactive problems. To be used in the [Computer Science Mentors](https://csmentors.berkeley.edu/#/) club at UC Berkeley for the [CS70](http://www.eecs70.org/) class.## Setting Up
```bash
npm install
```## Development
Run `npm run dev` to set up a local server. Hot reloading is currently not supported for the TeX sources, so you'll need to reload when changing those.## Releasing
To publish a production build of the worksheets site, run `npm run export`.