Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arve0/lesson_editor
Create codeclub lessons in your web browser
https://github.com/arve0/lesson_editor
Last synced: 8 days ago
JSON representation
Create codeclub lessons in your web browser
- Host: GitHub
- URL: https://github.com/arve0/lesson_editor
- Owner: arve0
- License: mit
- Created: 2015-12-20T13:34:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T18:09:10.000Z (almost 9 years ago)
- Last Synced: 2024-04-11T07:27:27.509Z (7 months ago)
- Language: JavaScript
- Homepage: http://arve0.github.io/lesson_editor/
- Size: 1020 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lesson editor
Create codeclub lessons in your web browser without installing any
[software](https://github.com/arve0/codeclub_lesson_builder).Demo: http://arve0.github.io/lesson_editor/
## Develop
Start dev-server:
```
npm start
```Then open http://localhost:8080/webpack-dev-server/
## Build production
```
npm run build
```Output is in [dist].
## Publish gh-pages
```
./ghpages.sh
```