-
After checking out your feature branch in your local, first install the packages using below command
npm install
-
To run your project in local, use below command
npm run start
-
To build your application in local, use below command
npm run build
-
For deployment of your changes to github-pages from your local, you can use the below command.
THIS APPROACH IS NOT RECOMMENDED
npm run deploy
We are using github-actions for continous integration and continous delivery. You can refer the worflows yml to add/update the jobs in the build/deploy workflow yml.