Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1006 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 1006 Bytes

Welcome to the contributions of TinkerHub CEC Official Website

We follow a systematic Git Workflow -

  • Create a fork of this repo.
  • Clone your fork of your repo on your pc.
  • Add Upstream to your clone
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes, syncing with upstream is neccesary.

Setup and running of project

  • At your root directory run yarn install to install all the dependencies
  • To start react dev server yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

Note

  • Use only yarn add package_name to add new packages