Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sixteencolors/js-textmode-editor

A javascript and canvas based editor for drawing textmode based artwork (ansi, ascii, bin, xbin, adf, idf, tundra, avatar, pcboard)
https://github.com/sixteencolors/js-textmode-editor

Last synced: about 2 months ago
JSON representation

A javascript and canvas based editor for drawing textmode based artwork (ansi, ascii, bin, xbin, adf, idf, tundra, avatar, pcboard)

Awesome Lists containing this project

README

        

BUILDING THE PROJECT
====================

### Prerequisites

* Perl
* Path::Class
* File::Copy::Recursive
* Template
* CoffeeScript
* Handlebars ( $ npm install handlebars -g )

### Optional Dependencies

* Plack (to run a local server)
* HTML::Packer (minify HTML)
* JavaScript::Packer (minify JavaScript)
* CSS::Packer (minify CSS)

Generate the project
--------------------

./build

Run the built-in server
--------------------

./build server

Point your browser to http://localhost:1337/index.html