Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingitwrong/slapdash
An application for creating public Markdown-based notes.
https://github.com/codingitwrong/slapdash
Last synced: 2 days ago
JSON representation
An application for creating public Markdown-based notes.
- Host: GitHub
- URL: https://github.com/codingitwrong/slapdash
- Owner: CodingItWrong
- Created: 2020-08-23T16:42:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T12:56:43.000Z (14 days ago)
- Last Synced: 2025-01-16T14:21:01.050Z (14 days ago)
- Language: Ruby
- Homepage: https://slapdash.codingitwrong.com
- Size: 718 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slapdash
An application for creating public Markdown-based notes.
Notes are available at the path `/username/notename`. Markdown is parsed with [kramdown](https://github.com/gettalong/kramdown). Code blocks are syntax-highlighted with [Prism](https://prismjs.com/).
## Getting Started
### Requirements
1. Ruby
1. PostgreSQL (e.g. [Postgres.app][postgres-app])
1. Yarn### Testing
```sh
$ bin/rspec
```### Running
```sh
$ bin/dev
```(Necessary to run Sass bundler)
[postgres-app]: http://postgresapp.com