Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ems-project/ems-project.github.io

[READONLY] Documentation ems-project
https://github.com/ems-project/ems-project.github.io

Last synced: 7 days ago
JSON representation

[READONLY] Documentation ems-project

Awesome Lists containing this project

README

        

# Elasticms Documentation

[https://ems-project.github.io](https://ems-project.github.io)

## Contribute

We use [docsify](https://docsify.js.org/#/quickstart) for serving our documentation

### Install
```bash
npm i docsify-cli -g
```

### Local serve [http://localhost:3000](http://localhost:3000)
```bash
docsify serve .
```