All Projects → mvc-works → calcit-workflow

mvc-works / calcit-workflow

Licence: other
Realtime editing based on Calcit Editor

Programming Languages

Cirru
14 projects
clojure
4091 projects
CSS
56736 projects

Calcit Workflow

Personal project template based on ClojureScript, Respo, shadow-cljs, Cirru.

Usage

Make sure you have Node.js and JVM installed. Then install dependencies:

yarn

All build script are running in:

yarn watch # to start watch server...
yarn page # to generate target/index.html file
yarn ln # link CSS files to target/ folder
yarn build # to build release bundles, with local assets links

Edit config.cljs to change the settings as you want(by default it sends assets to my server). To release:

yarn build-cdn # to build release bundles, with assets link to CDN
yarn upload # to upload assets to my server

Edit Clojure with calcit-editor:

npm i -g calcit-editor
calcit-editor # watching server...

op=compile calcit-editor # if you need to generate code at once

Package jar file and send to Clojars with deps-library:

clj -A:release

Workflow

Workflow https://github.com/mvc-works/calcit-workflow

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].