updated readme instructions to include quasar cli

This commit is contained in:
SonicBlissed 2025-07-13 18:56:48 -04:00
parent ecb053f114
commit 786fbfd8e1

View file

@ -12,6 +12,12 @@ Webatrice built with vue and quasar
npm install npm install
``` ```
## If you've never used Quasar before, install the CLI:
```terminal
npm i -g @quasar/cli
```
### Start the app in development mode (hot-code reloading, error reporting, etc.) ### Start the app in development mode (hot-code reloading, error reporting, etc.)
```terminal ```terminal
@ -63,6 +69,8 @@ See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-
#TODOs: #TODOs:
- Create a gaming layout that isn't connected to the routing system - Create a gaming layout that isn't connected to the routing system
- Decide how we will go about routing to each game. Will probably require some knowledge of the websocket data structure and a slug
- Working login - Working login
- Working websocket - Working websocket
- Decide how we will go about routing to each game. Will probably require some knowledge of the websocket data structure and a slug
- Admin functionailty/tools
- Polish UI