Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.16 KB

Agora

Build Status

This is the project to build the new groupware platform for the German Software Craft and Testing communities. It can be seen in action on https://www.softwerkskammer.org

Want to help out? Check out our Contribution Guidelines.

Installation

Please refer to our Installation Guidelines to find out how to get Agora running on you local development machine.

Tests

Run the tests with npm test.

For running specific tests only, use either of these:

  • ./node_modules/.bin/grunt karma:once
  • ./node_modules/.bin/grunt mochacli:test
  • ./node_modules/.bin/grunt mochacli:testApp
  • ./node_modules/.bin/grunt mochacli:testWithDB

We are using JetBrains' WebStorm as IDE

WebStorm Logo

Feel free to ask us for a community licence if you are contributing.