sentinel-web / community-manager

Welcome, to the community-manager repository! Here we are building a web application the 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.
0 stars 0 forks source link
arma3 webapp

README.MD

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.

Requirements

In order to develop for this project, you will need to install the following requirements:

Optional VS Code extensions

I recommend the following extensions for vs code:
  • Auto Rename Tag
  • Better Comments
  • ES7+ React/Redux/React-Native snippets
  • JavaScript (ES6) code snippts
  • vscode-icons
  • WSL
  • Codeium
  • CSS Peek
  • ES Lint
  • GitLens
  • Path Intellisense
  • Prettier - Code Formatter

Start coding

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.

Viewing inside the browser

Now you're done and able to access your webserver under: localhost:3000