Runtime:
Frontend:
Clone the project
git clone https://github.com/kmu-wink/wink-official-frontendGo to the project directory
cd wink-official-frontendInstall dependencies
pnpm installCopy the config file and modify config
cp .env.template .envStart the server
pnpm start:dev