- Fork repo to your github
- create a branch named
package/feature(likeclient/navbar-login) and make your changes - make a PR and make sure you include issue your PR cover in the comments
- wait patiently for your code to be reviewed
- clone your fork
- run
yarn- this downloads all dependencies for the project - in the directory
/packages/serverruncp .env.example .envto add .env file containing port environment variable - run
yarn dev- this starts both the server and the client
You can find a README.md file in each of the package folders, please write a short description as you write a new piece of the app.