Getting Started
Install the tools
Section titled “Install the tools”- It is recommended to use VS Code
- Install git
- Install Node and npm (see this article)
- Install the package manager
- This project uses pnpm as a package manager (see benchmark here)
Clone the repo
Section titled “Clone the repo”In a terminal clone the repo locally using git
Open the repo in VS Code
Section titled “Open the repo in VS Code”Install the project’s dependencies
Section titled “Install the project’s dependencies”pnpm install
Project’s recommendations
Section titled “Project’s recommendations”Please have a look at the following before you start coding:
Optional : install the recommended VS Code Extensions
Section titled “Optional : install the recommended VS Code Extensions”Refer to the extensions.json file