/ricochet-app

Enter the world of real-time investing

Primary LanguageTypeScriptMIT LicenseMIT

#Welcome to Ricochet

Getting Started

Thanks for deciding to contribute! Before you begin, please read the following document:

Contributing Guide

  1. Install all packages
yarn install
  1. Create a branch specifying formatted as follows (seroxdesign/145/update-readme)
git clone -b github-username-here/dework-task-number-here/name-of-task
  1. Run the development server:
yarn dev
  1. When you're done with your work and you're ready to submit the PR:
yarn ready
  1. Open a pull request:
git add . && git commit -m"some comment" && git push