Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 540 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 540 Bytes

Di-ary (DEMO)

Mathematical note-taking app built on Ruby on Rails, React, Redux and React Router. LocalStorage is used instead of server-side database.

Notes format supports both Markdown and LaTeX using marked and MathJax.

Quick Start

Prerequisites:

  • Ruby on Rails v5.0
  • NPM & Node.js

Install:

$ npm install
$ bundle install
$ bundle exec rails s

Usage:

Run the server and navigate to http://localhost:3000.