Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 599 Bytes

Aiken Playground

The Aiken playground is a fully client side rust web app using leptos.

Features

  • Check code
    • Display warnings
    • Display Errors
  • Run tests
  • Format code
  • Share
  • Build validators (working but not surfaced in UI yet)

Development

  • cargo install trunk
  • cargo install --locked cargo-make
  • rustup target add wasm32-unknown-unknown
  • cargo make dev