Welcome to Territory Assistant, a program designed to assist with the organising of ministry territories.
- Coming Soon
If you're a developer and would like to setup your own version then feel free. If you need assistance I'd be happy to help. Note that if you do make your own branch of this project then it must be open source in accordance with the project license.
If you find a bug or would like to request a new feature, feel free to look through the Issues page first to see if it has already been requested. If not please file a new issue.
If you are a developer and would like to assist on the project, feel free to open a new Pull Request or comment on outstanding issues. I appreciate any support you can offer.
Here are some basic commands for development:
# Install dependencies
npm install
# Compiles and hot-reloads for development
npm run serve
# Lints and fixes files
npm run lint