Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.04 KB

Catberry Empty Project

Catberry

How to use

This application only shows "Hello, world!" page.

First of all it is needed to install dependencies:

npm install

Then to start in debug mode without script minification and with file watching:

npm run debug

To start in release mode:

npm start

Contribution

If you have found a bug, please create pull request with mocha unit-test which reproduces it or describe all details in an issue if you can not implement test. If you want to propose some improvements just create an issue or a pull request but please do not forget to use npm test to be sure that your code is awesome.

All changes should satisfy this Code Style Guide.

Also your changes should be covered by unit tests using mocha.

Denis Rechkunov [email protected]