This project is essentially a declaration of one implementation of a Minecraft server farm (running on AWS EC2 virtual machines). Contributors to this project must consider this caveat since changes to this repository would have the effect of updating that one implementation.
Issues with the templates or scripts should be reported through the GitHub Issue tracker.
Contributions should be proposed through pull requests from forked repositories:
-
Install the dependencies:
npm install
-
Create a feature branch:
git checkout -b my-proposed-feature
-
Make your changes and validate them:
$ npm run build $ npm run lint $ npm run test
-
Commit your changes and push to remote branch:
$ git commit -am "add my feature" $ git push origin my-proposed-feature
-
Create a pull request back to
main
branch in original repo