crashndash / level-crash

Crash n Dash level editor
https://levels.crashndash.com
MIT License
0 stars 0 forks source link
angular nodejs

Level-crash

Greenkeeper badge Code Climate Build Status Coverage Status Dependency Status

This is the open-source level-editor for Crash n Dash, and it can be seen in action at (https://levels.crashndash.com).

Development

Requirements

Requires the following stack to run:

Installation

The server will by default be available at (http://localhost:4000)

Tests

Tests are run with karma and mocha. All dependencies should get installed with npm install

To run the backend tests, run make test.

To run the frontend tests, run make test-front

Contribute

To contribute, check out the repository.

Please make sure all tests are passing (see above). This project has 100% test coverage on both frontend and backend, so when adding features, please also add tests.