Skip to content

asyncaneek/ruminotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Project for practicing daily mindful by collecting thoughts and ruminating on ways of improving your life

Getting Started

  • Get Rust
  • Setup Development Environment
    • rustup target add wasm32-unknown-unknown
    • cargo install trunk

Build and Run

  • To build and test run cargo test
  • To start the server run cargo run --bin backend -- --port 8081
  • To start the frontend run cd mdoc_frontend; trunk serve --open
  • To view the application; navigate to http://127.0.0.1:8080/mock_note in a browser

Dev-tools ( optional )

Vs Code Extensions

Use with mprocs and cargo-watch utilites for easy setup and hot reloading

  • install utility cargo-watch cargo install cargo-watch
  • install utility mprocs cargo install mprocs
  • from the root dir, launch application with just mprocs, which uses mprocs.yaml as the configuration

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published