Merge pull request #3 from SonicBlissed/feature/update-readme

updated readme instructions to include quasar cli
This commit is contained in:
Dustin Brinkman 2025-07-13 18:57:41 -04:00 committed by GitHub
commit ad1b1b8138
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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