rumor-party-line/client/README.md
2025-01-28 20:31:23 -03:00

573 B

rumor-party-line-client

This is the client for the Rumor Party Line project. It's a simple Vue 3 app that uses Vite as a build tool and Pinia for state management.

WebStorm. It's the best. I don't care what you say. It's THE best.

Project Setup

npm install

Compile and Hot-Reload for Development

npm start

Type-Check, Compile and Minify for Production

Note: The output folder is inside the server/static folder.

npm run build

Lint with ESLint

npm run lint