-
Install yarn using
npm install -g yarn
-
Install project dependencies with
yarn install
-
Start project:
yarn start
- Write beautiful and readable code, always!
- Always run
yarn lint
before making a commit
-
Backend documentation: https://dev.api.gdscupt.tech/swagger
-
You can learn more in the Create React App documentation.
-
To learn React, check out the React documentation.