Clone the project
git clone <repo-url>
cd <project-folder>
Install dependencies
yarn install
Start the development server
yarn dev --open
To create a production build:
yarn build
To preview the production build:
yarn preview
⚠️ Warning
If you encounter any errors, make sure you are using Node.js v22.18.0.