Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 866 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 866 Bytes

Build Status StyleCI Status

Leqaa Platform

Leqaa is a meetup groups platform for communities to organize their events and activities.

It's hosted on: https://leqaa.org

Feel free to contribute or fork it if you need to customize it in anyway.

Contribution

This project is an open-source project licensed under MIT license. All contribution are welcome.

Local environment

You can easily run all the required services locally using docker-compose.

$ docker-compose up

Running Tests

To run the test locally, run:

$ ./scripts/test.sh

This requires docker-compose to be installed.