https://github.com/consulo/consulo-dev.github.io
Source for 'https://consulo.dev'
https://github.com/consulo/consulo-dev.github.io
Last synced: about 1 month ago
JSON representation
Source for 'https://consulo.dev'
- Host: GitHub
- URL: https://github.com/consulo/consulo-dev.github.io
- Owner: consulo
- License: apache-2.0
- Created: 2020-12-20T10:24:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-27T17:22:25.000Z (5 months ago)
- Last Synced: 2026-02-27T19:42:47.926Z (5 months ago)
- Homepage:
- Size: 12.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Notice: NOTICE.txt
Awesome Lists containing this project
README
# consulo.dev
Consulo Plugin Development Documentation, built with [VitePress](https://vitepress.dev/).
## Requirements
* Node.js 20+
## Setup
```bash
npm install
```
## Development
Start a local dev server with hot reload:
```bash
npm run docs:dev
```
## Build
Build the static site:
```bash
npm run docs:build
```
## Preview
Preview the built site locally:
```bash
npm run docs:preview
```