Skip to content

cydrobolt/nptum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

screenshot

A to-do list application written in Rust and Iron. Inspired by Material design principles and Google Keep.

Running

Precompiled binaries:
  • Run nptum using precompiled binaries
    • Copy over notes folder, users.json, and config.json into working directory
    • $ chmod +x nptum_binary
    • $ ./nptum_binary
Compile from source:
  • Install Rust: $ curl -sSf https://static.rust-lang.org/rustup.sh | sh
  • Compile using Cargo: $ cargo build
  • Run using Cargo: $ cargo run
Compile with optimisations:
  • With Cargo and Rust installed
    • $ cargo build --release

Hacking

nptum is written in Rust with the Iron framework. Its frontend is powered by MaterializeCSS, Handlebars.js, and Backbone.js.

About

A to-do list application written in Rust and Iron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published