This folder contains the source of the official SmallJS website, hosted on:
small-js.org
If you want to improve the site, please create a pull-request on GitHub:
github.com/Small-JS/SmallJS
The site uses static HTML that can be hosted on any static webserver. There are 3 subprojects. Click on the titles for details.
This is the main static website that has a copy of subsites:
Examples, Playground and Tutorial.
The tutorial subsite shows the page index and page content of the tutorial.
It is designed to be included as an <iframe> in the main website,
but it can also be run stand-alone for testing.
This project generates the tutorial index and pages,
in the ./web folder of the Tutorial subsite.
First build SmallJS swith ../SmallJS/buildAll.sh to create the example apps and the Playground.
Then run build.sh to build the TutorialBuilder, Tutorial and finally the Website.
Go to the Website project to run the result.
