https://github.com/bobbicodes/editor
Minimal Clojure editor for the web
https://github.com/bobbicodes/editor
Last synced: about 1 year ago
JSON representation
Minimal Clojure editor for the web
- Host: GitHub
- URL: https://github.com/bobbicodes/editor
- Owner: bobbicodes
- Created: 2023-06-15T22:17:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T05:50:52.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T06:42:32.387Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://bobbicodes.github.io/editor/
- Size: 7.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# editor
A minimal Clojure editor for the web.
## Development
```bash
$ npm install
added 97 packages from 106 contributors in 5.984s
```
Start the development process by running:
```bash
$ npx shadow-cljs watch app
...
[:app] Build completed. (134 files, 35 compiled, 0 warnings, 5.80s)
```
Or simply `jack-in` from your editor. Your app will be served at: at [http://localhost:8080](http://localhost:8080).
## Production build
```bash
npx shadow-cljs release app
```