Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 618 Bytes

File metadata and controls

24 lines (16 loc) · 618 Bytes

webdesignio

This is the main repository of webdesignio. Currently everything is heavy work in progress. For further information checkout the wiki.

js-standard-style

Getting started

Clone the repository and then use the following commands to setup and start a test environment.

npm i
npm start

Testing

Unit tests are being watched and executed on every file change. Integration tests can be run, using the following command:

npm test