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
- Host: GitHub
- URL: https://github.com/oakmac/text-grid
- Owner: oakmac
- License: isc
- Created: 2016-02-22T16:39:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T17:02:05.000Z (about 10 years ago)
- Last Synced: 2025-01-28T17:25:48.547Z (over 1 year ago)
- Language: Clojure
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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