added example

This commit is contained in:
2023-09-22 20:54:37 +00:00
parent a83bc5a0f5
commit a5d8da4ef8
14 changed files with 4330 additions and 11 deletions

8
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM rust:1-bookworm
RUN apt update && apt upgrade -y && apt install fish iputils-ping -y
RUN useradd -ms /bin/fish vscode
USER vscode
RUN rustup target add wasm32-unknown-unknown
RUN rustup component add rustfmt clippy
RUN cargo install cargo-leptos