rumor-party-line/client
2025-01-31 18:57:45 -03:00
..
public Change favicon and add notification sound for new rumor 2025-01-28 09:47:29 -03:00
src Reorganize and cleanup some logic 2025-01-31 18:57:45 -03:00
.env Fox bug related to boolean parsing in the client .env 2025-01-31 01:32:26 -03:00
env.d.ts Add project 2025-01-26 02:47:14 -03:00
eslint.config.ts Fix stupid lint rule 2025-01-27 23:16:58 -03:00
index.html Add project 2025-01-26 02:47:14 -03:00
package-lock.json Change favicon and add notification sound for new rumor 2025-01-28 09:47:29 -03:00
package.json Change favicon and add notification sound for new rumor 2025-01-28 09:47:29 -03:00
README.md Update readmes 2025-01-28 20:31:23 -03:00
tsconfig.app.json Add project 2025-01-26 02:47:14 -03:00
tsconfig.json Add project 2025-01-26 02:47:14 -03:00
tsconfig.node.json Add project 2025-01-26 02:47:14 -03:00
vite.config.ts Fix stupid lint rule 2025-01-27 23:16:58 -03:00

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