Useful links
Table Of Content
Setup Guide
Refer to our developer guide to see the details of our tech stack.
To setup the front end for the project, first clone the github repository and run yarn install
to download relevant dependencies.
To start the development server, run yarn dev
. Note that all additional dependencies should be added via yarn add
.
Additional Resources
The editor of choice is Visual Studio Code. Below is a list of recommended plugins to install:
- Bracket Pair Colorizer 2
- GitLens
- Prettier
- Tailwind CSS intelliSense
- ESLint