https://github.com/simonv3/sandbin
https://github.com/simonv3/sandbin
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonv3/sandbin
- Owner: simonv3
- Created: 2016-03-25T18:10:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T18:18:42.000Z (over 10 years ago)
- Last Synced: 2025-02-21T17:48:25.442Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandbin
> A super simple code paste bin app to be run on Sandstorm

Uses codemirror as code parser and syntax highlighter.
*Known bug:*
* Updating the language doesn't update the highlighting until page refresh. This is because the codemirror library isn't fully reactive. There's probably some way around this.
# To develop it
```
git clone git@github.com:simonv3/sandbin.git
cd sandbin
meteor
```
This will start a local version of sandbin on your computer at localhost:3000