Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ideadapt/programmieren-lernen-mit-javascript
Programmieren lernen mit einem interaktiven Tutorial im Selbststudium
https://github.com/ideadapt/programmieren-lernen-mit-javascript
deutsch javascript programming tutorial
Last synced: 3 days ago
JSON representation
Programmieren lernen mit einem interaktiven Tutorial im Selbststudium
- Host: GitHub
- URL: https://github.com/ideadapt/programmieren-lernen-mit-javascript
- Owner: ideadapt
- License: gpl-3.0
- Created: 2022-12-10T12:24:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T13:59:38.000Z (9 months ago)
- Last Synced: 2024-02-26T15:06:00.742Z (9 months ago)
- Topics: deutsch, javascript, programming, tutorial
- Language: HTML
- Homepage: https://programmieren-lernen-mit-javascript.ch/
- Size: 463 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# View
Goto https://programmieren-lernen-mit-javascript.ch.# Extend & run locally
To enable p5 inline editor, serve the repository root folder via a static asset webserver. For example with python:```python
python3 -m http.server 8000
```More examples: https://github.com/imgarylai/awesome-webservers
Rerender HTML documents based on AsciiDoc documents:
`./render.sh`
## Auto render on changes
http://eradman.com/entrproject/ must be installed`./live.sh`
# Bundle & Publish
`./publish.sh`