-
Notifications
You must be signed in to change notification settings - Fork 0
Software to Install
Ash Anand edited this page Feb 7, 2021
·
3 revisions
The following page will list the steps needed to install the required software for working on this project.
It is highly recommended that you use VSCode when working with this project: https://code.visualstudio.com/
- Install NodeJS - https://nodejs.org/en/.
- Run
npm install -g yarn
to get the yarn package manager - Clone this repo using the GitHub link
- Run
yarn
in the repo location to install the required dependencies. - Download PostgreSQL here
Install the following VSCode extensions for the best development experience when working on this project:
- GitLens
- GraphQL for VSCode
- npm
- npm Intellisense
- Prisma