Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bebraw/jswiki
JavaScript wiki. Focuses mainly on JS/HTML5/WebGL related tech.
https://github.com/bebraw/jswiki
Last synced: 6 days ago
JSON representation
JavaScript wiki. Focuses mainly on JS/HTML5/WebGL related tech.
- Host: GitHub
- URL: https://github.com/bebraw/jswiki
- Owner: bebraw
- Created: 2011-01-17T09:12:27.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T12:15:57.000Z (over 9 years ago)
- Last Synced: 2024-10-29T17:48:57.330Z (about 1 month ago)
- Language: JavaScript
- Homepage: jswiki.org
- Size: 1.63 MB
- Stars: 3,898
- Watchers: 276
- Forks: 248
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - bebraw/jswiki - JavaScript wiki. Focuses mainly on JS/HTML5/WebGL related tech. (JavaScript)
- awesome-starred - bebraw/jswiki - JavaScript wiki. Focuses mainly on JS/HTML5/WebGL related tech. (others)
README
Please see [the wiki](https://github.com/bebraw/jswiki/wiki). :)
## Building
Make sure you have [ghw](https://github.com/bebraw/ghw) installed!
1. Clone wiki (git clone [email protected]:bebraw/jswiki.wiki.git). This will create "jswiki.wiki" directory here.
2. Clone gh-pages (git clone [email protected]:bebraw/jswiki.git, cd jswiki, git checkout -b gh-pages origin/gh-pages). After this you should have "jswiki" directory containing gh-pages branch.
3. Run build.sh. Once that has been done, you should have a fresh build at "jswiki" directory. Commit and push to see it online. You can preview it offline before commit if you want.