The website is made for DJCSI's Git For Geeks Second Commit workshop to demonstrate Github Workflow.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
$ git clone https://github.com/CSI-DJSCE/Git-For-Geeks2.git
$ cd Git-For-Geeks2
$ npm install
To View on browser App:
Run :
$ npm start
open localhost:3000
on browser.
We welcome contributions to Git For Geeks2!
Please see CONTRIBUTING.MD for more information and guidelines for contributing to Git For Geeks2.