Skip to content

Commit 06c00d6

Browse files
author
PtiBouchon
committedJan 29, 2023
Update global README
1 parent 149e9a3 commit 06c00d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# jukebox_rust
1+
# Jukebox Rust
22

33
Trying to create a Jukebox using Rust (axum + yew)
44

5+
## Tools needed
6+
7+
Add wasm32 target via `rustup target add wasm32-unknown-unknown`
8+
Install trunk via `cargo install --locked trunk` (cf. https://yew.rs/docs/getting-started/introduction)
9+
10+
511
## Run the server
612

713
Build the frontend using `trunk build` inside the jukebox_yew directory

0 commit comments

Comments
 (0)
Please sign in to comment.