https://github.com/calcit-lang/docs-workflow
Template for docs with Respo
https://github.com/calcit-lang/docs-workflow
documentation workflow
Last synced: 4 months ago
JSON representation
Template for docs with Respo
- Host: GitHub
- URL: https://github.com/calcit-lang/docs-workflow
- Owner: calcit-lang
- Created: 2018-09-19T18:12:21.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-10-21T16:10:59.000Z (8 months ago)
- Last Synced: 2025-10-28T19:40:17.544Z (8 months ago)
- Topics: documentation, workflow
- Language: Cirru
- Homepage: http://repo.calcit-lang.org/docs-workflow/
- Size: 507 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docs workflow in Calcit-js
----
Demo http://repo.calcit-lang.org/docs-workflow/ .
### APIs
```cirru
docs-workflow.comp.container/comp-container reel docs
```
### Usages
To develop:
```bash
cr --emit-js # watching
yarn # to install vite
yarn vite # watching and running on localhost:3000
```
calcit-js is using [Calcit Editor](https://github.com/calcit-lang/editor).
To build:
```bash
yarn vite build
http-server dist/
```
### Workflow
https://github.com/mvc-works/docs-calcit-workflow
### License
MIT