- The project is a Gomoku game practice project that supports local and LAN connectivity
- Project stack
- front vue3+tailwindcss
- end nestjs+websocket+redis
- Monorepo architecture based on PNPM makes project management more convenient
run the front end and back end
pnpm -F front-end dev
pnpm -F back-end start