This the source of the official SmalJS website hosted on https://small-js.org.\ The site uses static HTML that can be hosted on any static webserver.
First start the standard Node.js webserver with: startWebServer.sh
.
Then open Website.code-workspace
with VSCode.
Maybe select a browser you want to test with in the launch configuration.
Press [F5]
to launch it.
Only maintainers can deploy the site to the official locations.
If you would like to update the site, please create an issue and a pull request first.
When approved, a maintainer will merge the request and publish it on small-js.org.