Skip to content

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/

Installing the required software

  1. Install NodeJS - https://nodejs.org/en/.
  2. Run npm install -g yarn to get the yarn package manager
  3. Clone this repo using the GitHub link
  4. Run yarn in the repo location to install the required dependencies.
  5. Download PostgreSQL here

Recommended VSCode Extensions

Install the following VSCode extensions for the best development experience when working on this project:

  • GitLens
  • GraphQL for VSCode
  • npm
  • npm Intellisense
  • Prisma