Skip to content

ruizdiazever/portfolio-rs

Repository files navigation

Portfolio WASM 🦀

Ferris, mascot of Rust

Portfolio WASM powered by Rust with Leptos and Axum

Powered by ⚡️

  • Rust: most powerfull language in solar system.
  • Leptos: A cutting-edge Rust framework for the modern web.
  • Axum: a web application framework that focuses on ergonomics and modularity.
  • TailwindCSS: CSS framework.
  • RedisDB: in-memory data store.

Future implementation for fun 🤪

  • TiKV: a highly scalable, low latency, and easy to use key-value database coded in Rust.
  • Meilisearch: a powerful, open-source search engine offering fast and relevant full-text searches in Rust.

Run

rustup toolchain install nightly
rustup default nightly
cargo install cargo-leptos
rustup target add wasm32-unknown-unknown
cargo leptos watch