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'
- Host: GitHub
- URL: https://github.com/consulo/consulo-help.github.io
- Owner: consulo
- License: apache-2.0
- Created: 2021-01-01T16:45:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-27T17:25:18.000Z (5 months ago)
- Last Synced: 2026-02-27T21:39:36.183Z (5 months ago)
- Homepage: https://consulo.help
- Size: 688 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```