Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreineculau/tastetyper
A typer with taste i.e. minimalistic
https://github.com/andreineculau/tastetyper
Last synced: 24 days ago
JSON representation
A typer with taste i.e. minimalistic
- Host: GitHub
- URL: https://github.com/andreineculau/tastetyper
- Owner: andreineculau
- License: apache-2.0
- Created: 2015-07-26T21:45:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T23:46:28.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T09:48:23.337Z (over 1 year ago)
- Language: CoffeeScript
- Size: 130 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tastetyper
A wiki with taste i.e. minimalistic
For a *pastebin* flavour of Tastetyper, see https://github.com/andreineculau/tastebin
* server: NodeJS, CoffeeScript, ExpressJS, ...
* client: HTML5, CoffeeScript, Marked, HighlightJs, ...![README](SEEME.png)
## Install and run
```sh
git clone git://github.com/andreineculau/tastetyper.git
cd tastetyper
npm install
# edit config.coffee as you see fit
npm start
```Here's what you can configure out-of-the-box: [config.coffee](config.coffee).
In production, try
* [forever](https://github.com/foreverjs/forever)
* [upstarter](https://github.com/carlos8f/node-upstarter)
* ...[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/andreineculau/tastetyper)
## Tested browsers
* Chrome 44
* Opera 30
* Safari 8
* Firefox 39## License
[Apache 2.0](LICENSE)