This is the main repository of webdesignio. Currently everything is heavy work in progress. For further information checkout the wiki.
Clone the repository and then use the following commands to setup and start a test environment.
npm i
npm start
Unit tests are being watched and executed on every file change. Integration tests can be run, using the following command:
npm test