- NOTICE :- You are not allowed to use the code for any pursonal or proffesional use/work.
This is an official repo of CRAFTER ecommerce website. This repository is managed with turbo repo. Crafter is an ecommerce website where users can buy products.
Run the following command:
npm install --workspace=web ## install the dependencies first
npm install --workspace=@store/redux ## install the dependencies first
npm run dev ## run the development server
This Turborepo includes the following packages/apps:
admin
: Admin panel of the ecommerce webisteweb
: User/Client panel of the ecommerce website
To build all apps and packages, run the following command:
npm run build