AztecGameLab / AztecGameLaboratory

Premier web application with chat rooms, polls, and team game development collaboration
4 stars 0 forks source link
firebase firebase-functions firestore reactjs redux redux-thunk travis-ci

AGL_LOGO

SDSU's Game Development Club's website.
Created with React.js and Node.js.

Build Status

General Information

📋 Visit our Wiki

💻 Contributing Workflow

🥞 Tech Stack

Setting Up

  1. Install VSCode
  2. Enable format on save (File -> Preferences -> Settings -> Search Bar -> "Format on Save" -> ✔️️)

here

  1. Add recommended Visual Code Plugins
  2. Install GitKraken
  3. Install Redux DevTools
  4. Install React Developer Tools
  5. Install/Update Node
  6. Install/Update Yarn

Quick Start

Refer to the package.json for scripts

  1. Clone this repository git clone https://github.com/aztecgamelab/aztecgamelaboratory
  2. Install/Update packages needed yarn
  3. Create a .env file at the root of the project
  4. Please ping Kevin or Andrew for the private gist to obtain the keys for the .env file
  5. Start development on your local server yarn start

Please visit the tutorial to learn some basics and how to contribute!

Last Updated