This is the source for qs.js.org: a list of JS playgrounds pre-populated for the most populal frameworks and libraries ready to go.
This would allow you to start prototyping right away without wasting time on the set up
The cool thing is that all sources are also on github.
- Create an issue to let other people know what you're working on
- Fix it and create a PR (see [How to add a new library?][# How to add a new library?), but ignore step 3)
- Create an issue to let other people know what you're working on
- Fix it and create a PR (see [How to add a new library?][# How to add a new library?), but ignore step 3)
- Create an issue to let other people know what you're working on
git clone https://github.com/kirjs/qs.js.git && cd js.qs
- Create a
%framework%
folder insrc
folder. - Add
package.json
,%framework%.html
and%framework%.js
files. - Run
sh build.sh
open dist/index.html
- You'll see your new framework on the web page.
- Don't forget to run
sh build.sh
for every change. - Make sure it works for all playgrounds.
- Create a PR
- Create an issue to let other people know what you're working on
git clone https://github.com/kirjs/qs.js.git && cd js.qs
- Run
sh build.sh
open dist/index.html
- Start modifying
site/launch.js
(find the p - Don't forget to run
sh build.sh
for every change. - Make sure it works for all libraries
- Create a PR