mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
updated readme instructions to include quasar cli
This commit is contained in:
parent
ecb053f114
commit
786fbfd8e1
1 changed files with 9 additions and 1 deletions
|
|
@ -12,6 +12,12 @@ Webatrice built with vue and quasar
|
|||
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.)
|
||||
|
||||
```terminal
|
||||
|
|
@ -63,6 +69,8 @@ See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-
|
|||
#TODOs:
|
||||
|
||||
- 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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue