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

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

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