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

https://github.com/consulo/consulo-help.github.io

Source of 'https://consulo.help'
https://github.com/consulo/consulo-help.github.io

Last synced: about 1 month ago
JSON representation

Source of 'https://consulo.help'

Awesome Lists containing this project

README

          

# consulo.help

Help documentation for [Consulo](https://consulo.io) and its plugins.

## Requirements

* Node.js 20+

## Setup

```bash
npm install
```

## Development

```bash
npm run docs:dev
```

## Build

```bash
npm run docs:build
```

## Preview built site

```bash
npm run docs:preview
```