Skip to content

Download and Set Up the Project

Running the Project Locally

  1. Fork the project repository, then clone it to your computer. Open the repository with VSCode or your preferred code editor.

  2. For the first run, install the necessary packages by executing the following command in the project root directory:

bash
pnpm install
  1. Start the local development environment. The default path is http://localhost:5173.
bash
pnpm dev

This project is primarily designed for mobile devices. Therefore, when viewing through a browser, it is recommended to use the device emulator in the browser's developer tools.