How to Contribute to the GTC Wiki

  • Create a Github Account
  • Install Node JS: https://nodejs.org/en
  • Install Git: https://git-scm.com/
  • Create a Folder for the Wiki on your Computer
  • Use terminal to navigate to the folder you created and use: git clone https://github.com/Gorilla-Tag-Competitive/GTCWiki.git
  • When the repository is installed in the terminal use: npm i
  • All changes are made through the files in the directories, test the changes out by using: npm run docs:dev
  • When your changes are finished create a pull request.