/slapdash

An application for creating public Markdown-based notes.

Primary LanguageRuby

Slapdash

An application for creating public Markdown-based notes.

Notes are available at the path /username/notename. Markdown is parsed with kramdown. Code blocks are syntax-highlighted with Prism.

Getting Started

Requirements

  1. Ruby
  2. PostgreSQL (e.g. Postgres.app)
  3. Yarn

Testing

$ bin/rspec

Running

$ bin/dev

(Necessary to run Sass bundler)