Skip to content

Latest commit

 

History

History
executable file
·
43 lines (28 loc) · 747 Bytes

README.md

File metadata and controls

executable file
·
43 lines (28 loc) · 747 Bytes

📚 WASI SOL Leptos Component Example

🛠️ Pre-requisites:

  1. Install rustup:

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  2. Install trunk:

    cargo install --locked trunk
  3. Add Wasm target:

    rustup target add wasm32-unknown-unknown

🚀 Building and Running

  1. Fork/Clone the GitHub repository.

    git clone https://github.com/gigadao/wasi-sol
  2. Navigate to the application directory.

    cd wasi-sol/examples/leptos
  3. Run the client:

    trunk serve --port 3000

Navigate to http://localhost:3000 to explore the landing page.