Runtime:
Frontend:
Clone the project
git clone https://github.com/kmu-wink/wink-official-frontend
Go to the project directory
cd wink-official-frontend
Install dependencies
pnpm install
Copy the config file and modify config
cp .env.template .env
Start the server
pnpm start:dev