Clone the project
git clone https://link-to-projectCopy the .env.example file and rename it as .env. Make sure to configure the .env file with the necessary settings.
VITE_API_URL=http://localhost:8000/apiGo to the project directory
cd my-projectInstall dependencies
npm install
# or
yarnStart the app
npm run dev
# or
yarn devOpen http://localhost:5173 with your browser to see the result.