Creature Clash
Development Environment Setup
- Open up a console and go into the directory that you want to clone the project into.
- Run
git clone https://github.com/megazear7/creature-clash.git
- Run
cd creature-clash
- Run
npm install
- Run
firebase serve
- View 'http://localhost:5000' in your browser window.
Atom Text Editor Setup
- After having cloned the project from GihHub in the previous section, open Atom.
- Go to File > Add Project Folder.
- Choose the 'creature-clash' folder from the previous section.
Development Strategy
Eventually we will want to do branching instead of committing directly to the master branch.
However, lets try to learn one thing at a time.
- Choose an issue from the Static Website GitHub project to work on and move the issue into the 'In Progress' column.
- Make small commits with meaningful and descriptive commit messages.
- When you feel like you are done with the issue, move the issue into the 'Ready for Review' column and add a comment with an @megazear7 tag, explaining the work you did.
- If @megazear7 feels like it is sufficiently resolved he will move the issue into the 'Done' column. Otherwise he will move it back into the 'In Progress' column with a comment explaining what needs fixed.