5 releases

0.0.4 Apr 10, 2024
0.0.3 Mar 19, 2024
0.0.2 Oct 30, 2023
0.0.1 Nov 6, 2022
0.0.0 Feb 10, 2022

#2 in #slide

Download history 3/week @ 2024-02-16 16/week @ 2024-02-23 9/week @ 2024-03-01 128/week @ 2024-03-15 21/week @ 2024-03-22 12/week @ 2024-03-29 121/week @ 2024-04-05

282 downloads per month

MIT license

100KB
3K SLoC

Lerni

Build License Crate Docs

Lerni is a platform designed to simplify the creation of educational materials such as cards, slides, etc.

Prerequisites

  1. Rust with WebAssembly target:

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    rustup target add wasm32-unknown-unknown
    
  2. wasm-bindgen-cli:

    cargo install wasm-bindgen-cli
    
  3. wasm-opt from binaryen package (example for macOS):

    brew install binaryen
    

Getting Started

Build examples:

make examples

Run server:

make serve

Open in browser: http://localhost:8000

License

The source code is licensed under MIT license.

Dependencies

~22–34MB
~540K SLoC