Skip to content

chingu-voyage4/Geckos-Team-13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voyage-4 - Geckos-Team-13

The Voyage-4 - Geckos-Team-13 team will be cloning Trello

Getting Started

To get a copy of the project up and running locally for development and testing purposes:

git clone https://github.com/chingu-voyage4/Geckos-Team-13.git  
cd Geckos-Team-13  
npm install  
npm run start

Prerequisites & Tech Stack

Software required for project Tech Stack:

  • GitHub - version control & workflow
  • npm - package manager
  • ESLint - linter

Running Tests

Unit Testing:

not yet implemented (jest?)

Linting (coding style)

Linting ensures a consistent style within the codebase

npm run lint or npm run lint:watch

Followed: Use ESLint Like a Pro with ES6 and React

Deployment

Followed installation for GitHub Pages Deployment

Created a gh-pages branch on github & changed master to gh-pages:

"deploy": "gh-pages -b gh-pages -d build"

To Deploy, run locally from develop branch:

npm run deploy

This will build and auto-deploy to the gh-pages branch on github.

Production

Voyage-4 Geckos Team 13

Contributing

Only members of Chingu4 can contribute to this repository

Authors

See the list of contributors who participated on this project.