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

https://github.com/oakmac/text-grid

An experiment in creating a text grid component
https://github.com/oakmac/text-grid

Last synced: 9 months ago
JSON representation

An experiment in creating a text grid component

Awesome Lists containing this project

README

          

# Text Grid

This is an experiment to build a text-editor grid component using web
technologies.

**NOTE:** It is unlikely that this project will result in anything useful. I
just wanted to play around with an idea some. You have been warned ;)

## Development Setup

Install [Leiningen].

```sh
# compile CLJS files
lein cljsbuild once

# start local webserver
cd public/
python -m SimpleHTTPServer 5555

# open web browser to http://127.0.0.1:5555
```

## License

[ISC License]

[Leiningen]:http://leiningen.org/
[ISC License]:LICENSE.md