Tip
if you don't use pnpm, you can replace pnpm with npm or yarn in the following commands.
-
Clone the repo
git clone url
-
Navigate to the project directory
cd project-directory -
Install pnpm packages
pnpm install
- Start the development server
pnpm dev
- Build the project
pnpm build
