First of all clone this repo in your local machine.
Node version Should be 16+ (Running perfectly with v16.18.1)
npm version should be 8+ (Running perfectly with v8.19.2)
This command will install all node_modules
packages into your directory.
yarn install
This command will start project in your for developement.
yarn dev
This command will create production ready build.
yarn build