Skip to content

Commit a2a23c5

Browse files
committed
initial commit in new repository. contents moved from https://github.com/ibwgr/javascript-start/tree/master/tutorial.
0 parents  commit a2a23c5

File tree

107 files changed

+30350
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+30350
-0
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/programmieren-lernen-mit-javascript.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 171 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# View
2+
Goto https://programmieren-lernen-mit-javascript.ch.
3+
4+
# Extend & run locally
5+
To enable p5 inline editor, serve the repository root folder via a static asset webserver. For example with python:
6+
7+
```python
8+
python3 -m http.server 8000
9+
```
10+
11+
More examples: https://github.com/imgarylai/awesome-webservers
12+
13+
Rerender HTML documents based on AsciiDoc documents:
14+
15+
`./render.sh`
16+
17+
18+
## Auto render on changes
19+
http://eradman.com/entrproject/ must be installed
20+
21+
`./live.sh`
22+
23+
24+
# Bundle & Publish
25+
26+
`./publish.sh`

0 commit comments

Comments
 (0)