Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LIU9293 committed Jun 30, 2023
1 parent 4c3bd00 commit f1ad7ed
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

Live Demo -> https://rust-2048.vercel.app/

### Test and run (Web)
### Test and run
```
dioxus serve
// web
dioxus serve --platform web
// desktop
dioxus serve --platform desktop
```

### Target
Expand All @@ -13,7 +17,7 @@ dioxus serve
* Full stack in rust, with a simple backend server
* Platform support
- [x] Web
- [ ] Native MacOS
- [x] Native MacOS
- [ ] Mobile ??
- [ ] Terminal ??

Expand All @@ -22,7 +26,7 @@ dioxus serve
- [x] Basic UI
- [x] Basic move logic
- [x] Success or fail
- [ ] How to deploy
- [x] How to deploy
* Web -> scripts/build-web.sh
* Desktop -> scripts/build-desktop.sh
- [x] Log the highest score and the total score
Expand Down

0 comments on commit f1ad7ed

Please sign in to comment.