Shabdalaya is an e-commerce platform where one can order books online.
This is a react project.
clone this project to your local and run
npm install
npm run build
To host locally :
npm start
This is hosted on firebase. CI/CD pipeline is built using GitHub action and the changes on firebase are in accordance with the master branch.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Any changes on the master branch will reflect on firebase, so preview before merging any branch with master.