Welcome, to the community-manager repository!
Here we are building a web application that is focused on handling the tasks related to managing ArmA III communities.
Our primary focus is managing events and attendence, members and skills, tasks, and settings.
In order to develop for this project, you will need to install the following requirements:
Once you have installed the requirements and finished setting up our code editor you can start developing be running the following command:
git clone https://github.com/sentinel-web/community-manager.git && cd community-manager && meteor npm install && meteor
This will clone the repository install all the necessary dependencies of the project and start the web server for you.
Now you're done and able to access your webserver under: localhost:3000