This repository contains the sources from which the CindyJS web site is built. If there is something wrong with the content on that web site, feel free to file an issue with this repository, or formulate a pull request. Note that most pages will come with an edit link in the bottom right corner.
In order to download the website clone the repository with git clone git@github.com:CindyJS/website.git.
Then enter the just downloaded folder website and install all dependencies with git submodule update --init . and npm install.
In oder to set up the local web-server for the website run npm start.
Then you can access the website on http://localhost:8163/.