Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurdok/htmlify
Turn your code into pluggable HTML
https://github.com/nurdok/htmlify
Last synced: 3 months ago
JSON representation
Turn your code into pluggable HTML
- Host: GitHub
- URL: https://github.com/nurdok/htmlify
- Owner: Nurdok
- License: mit
- Created: 2013-03-10T19:41:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T16:05:46.000Z (over 9 years ago)
- Last Synced: 2024-05-02T00:17:18.753Z (8 months ago)
- Language: CSS
- Homepage: http://www.htmlify.net
- Size: 786 KB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# About:
HTMLify is a mini side project I worked on mainly to get a feel of being a full-stack web developer and creating something from nothing. I created it because, for use in my blog, I used to "convert" code snippets to HTML-compatible format by hand or by a vi script and it's quite annoying.
Check it out online at http://www.htmlify.net/
## Installation and running
Once you clone the app, you must install the dependencies before running
sudo pip install -r requirements.txt
For running the app, run this on your command line:
python manage.py runserver 0.0.0.0:3333
You can then start your favourite browser on [http://0.0.0.0:3333](http://0.0.0.0:3333) or [http://localhost:3333](http://localhost:3333)