After cloning the repository, you can use the following commands to develop and build the WEBSITE.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the website on Github Page.
Please download and install: Node.js
Npm will be downloaded and installed along with Node.js
cd into project directory
yarn install
it will execute npm run clean
firstly, then build the project and place the assets in the build directory.
yarn run build
yarn run start
it will execute build
firstly, then copy all the static files under build to the root directory
yarn run deploy
push all the changes to the master branch