rgl/noters
2021-10-27 15:11:38 -05:00
..
src Simply skip failing entries instead of removing them 2021-10-27 15:11:38 -05:00
.gitignore Basic Hello World example 2021-10-23 11:49:13 -05:00
Cargo.lock Create wrapper for localStorage 2021-10-23 12:27:30 -05:00
Cargo.toml Create wrapper for localStorage 2021-10-23 12:27:30 -05:00
index.html Add method for switching views 2021-10-23 18:49:12 -05:00
README.md Fix typo 2021-10-25 21:23:52 -05:00
style.css Preserve newlines in output 2021-10-24 22:09:57 -05:00
utils.js Add comments to code 2021-10-25 20:44:54 -05:00

NoteRS

Live App

Running Locally

  1. Install dependencies

    First, install rust from the Rust website. Then, install trunk:

    cargo install --locked trunk
    

    This project is only tested on rust 1.55.0 - if there's anyone who can test other versions, let me know!

  2. Build project

    cd /path/to/noters
    trunk serve
    
  3. Open in browser

    Check the supported browser list and open https://localhost:8080 in one of the supported browsers.

Created using Sycamore and Rust with WebAssembly