Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanpabloaj/platon
Slideshow from markdown
https://github.com/juanpabloaj/platon
Last synced: 18 days ago
JSON representation
Slideshow from markdown
- Host: GitHub
- URL: https://github.com/juanpabloaj/platon
- Owner: juanpabloaj
- Created: 2014-12-25T22:59:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T03:57:28.000Z (over 6 years ago)
- Last Synced: 2024-08-01T00:55:57.678Z (3 months ago)
- Language: JavaScript
- Homepage: http://platonio.herokuapp.com/
- Size: 37.1 KB
- Stars: 40
- Watchers: 4
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# platon.io
[![Build Status](https://travis-ci.org/juanpabloaj/platon.svg?branch=master)](https://travis-ci.org/juanpabloaj/platon)
Slideshow from markdown.
Inspired by [socrates.io](http://socrates.io/)
Powered by [remark](https://github.com/gnab/remark) and [Firebase](https://www.firebase.com).
## Running your own
Sign up for your own [Firebase][firebase], and change to your account url in `routes/site.js` and `public/app.js`.
To run the local server for development
node server.js
Or with [nodemon][nodemon]
nodemon
[firebase]: https://firebase.com
[nodemon]: https://github.com/remy/nodemon