We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149e9a3 commit 06c00d6Copy full SHA for 06c00d6
README.md
@@ -1,7 +1,13 @@
1
-# jukebox_rust
+# Jukebox Rust
2
3
Trying to create a Jukebox using Rust (axum + yew)
4
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
11
## Run the server
12
13
Build the frontend using `trunk build` inside the jukebox_yew directory
0 commit comments