This repository contains the sources from which the CindyJS web site is been developed. 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 [email protected]:CindyJS/website.git
Then enter the just downloaded folder named as website
and install all dependencies with
git submodule update --init .
npm install
In order to set up the local web-server for the website run
npm start
Then you can access the website on http://localhost:8163/