#Welcome to Ricochet
Thanks for deciding to contribute! Before you begin, please read the following document:
- Install all packages
yarn install
- Create a branch specifying formatted as follows (seroxdesign/145/update-readme)
git clone -b github-username-here/dework-task-number-here/name-of-task
- Run the development server:
yarn dev
- When you're done with your work and you're ready to submit the PR:
yarn ready
- Open a pull request:
git add . && git commit -m"some comment" && git push