logo
Local Environment

Getting Started

Installing Dependencies

Once you purchase the code, move into the folder named source code and install the necessary dependencies, make sure that you have node/npm or yarn installed in your system:

cd "source code"

Depending upon your package manager, run the following commands:

 npm install 
yarn 

This is how your terminal should look after installing the dependencies:

Terminal — Dependencies Installed