Download and Set Up the Project
Running the Project Locally
Fork the project repository, then clone it to your computer. Open the repository with VSCode or your preferred code editor.
For the first run, install the necessary packages by executing the following command in the project root directory:
bash
pnpm install
- 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.