/AGLServerusWebsite

Game Development Community Site built with React, React-Redux and GCP

Primary LanguageJavaScriptMIT LicenseMIT

Aztec Game Lab Website

Future site development is moving to https://github.com/AztecGameLab/AztecGameLaboratory/

Getting Started

Relevant Plugins for Visual Studio Code

  • Auto Close Tag
  • Auto Rename Tag
  • Color Highlight
  • HTML Snippets
  • Path Intellisense
  • Prettier - Code Formatter
  • vscode-icons
  • Code Spell Checker
  • Reactjs code snippets

Development Process

  1. Pull dev
  2. Create branch dev-"task-feature"
  3. Commit changes locally
  4. Write unit tests
  5. Push and merge into dev on completion
cd serverus
yarn
yarn dev

Build Process

  1. Merge dev into master (new release)
  2. Run unit test suite
cd serverus
yarn test -a
firebase login
yarn build
rm -rf build/static/js/*.js.map
firebase deploy