Skip to content

Files

Latest commit

 

History

History
27 lines (18 loc) · 968 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 968 Bytes

Mango2018

Using this repo

  1. Clone
  2. npm install
  3. npm start

How this repo is setup

  • The repo contains the UI for the Mango web
  • The components folder contains most of the things that are displayed on the website.
  • Anything that is a component will be exported and used in the index.js file where everything is put together.
  • Anything static will be in the public folder inside src folder. [CSS, img, js, fonts]

Endpoints

  • /sponsors view sponsor dahsboard
  • /admindashboard view users attending mango
  • /prospectus
  • /signup

Dev Notes

Angelo: From Dec 3rd onward- no more pushing directly to master. We will be having a Travis CI integration that will build our master branch to DO. Please from now on, please use feature branches and submit a PR with your feature branch.

If you have a repo/branch that is behind please read this (https://help.github.com/articles/syncing-a-fork/) on how to sync your branch.