Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 499 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 499 Bytes

BitsToBytes

  1. clone the repository:

    git clone https://github.com/Bits-to-Bytes/B2B-Main-Website.git
  2. Navigate to the project directory:

    cd B2B-Main-Website
  3. Install pnpm (if not installed)

     npm install -g pnpm
  4. Install Packages

     pnpm install
  5. Run development Server (Free your 3000 Port)

     pnpm run dev

    You can test your app at http://localhost:3000