🚀Getting Started

Lets get started with ShipMyApp in less than 5 minutes.

  1. Once you get access to ShipMyApp, start by cloning the repo.

git clone git@github.com:shipmyapp/shipmyapp.git
  1. Install the dependencies.

npm install

or

yarn install

or

pnpm install
  1. Run the project.

yarn dev

Last updated