Skip to content

BM-Warehouse/Client

Repository files navigation

How to run in your local machine

  1. Clone the repository
  2. Make sure you have Node.js v20.10.0 installed
  3. Make sure you have pnpm installed
  4. Duplicate .env.example file into .env and make changes accordingly
  5. Run pnpm install in project directory to install all the dependencies
  6. Run pnpm prepare:husky
  7. Run pnpm dev to start the website in your local machine with development mode or pnpm start to start the website in your local machine with production mode