-
clone the repository:
git clone https://github.com/Bits-to-Bytes/B2B-Main-Website.git
-
Navigate to the project directory:
cd B2B-Main-Website
-
Install pnpm (if not installed)
npm install -g pnpm
-
Install Packages
pnpm install
-
Run development Server (Free your 3000 Port)
pnpm run dev
You can test your app at http://localhost:3000