Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 763 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 763 Bytes

dt-collect-web-client

Getting Started

Setting up your enviroment

Starting a new project

Get the latest version of the project

  • git fetch upstream
  • git checkout master
  • git pull upstream master
  • Create a new branch starting from that newly updated main branch, and link it to your GitHub fork.
  • git checkout -b MyNewIssue
  • git push --set-upstream origin MyNewIssue
  • Make your changes, commit them, and push them to your fork make changes
  • git commit -a
  • write a good commit message
  • git push

Run the poject

npm run start or yarn start