Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ems-project/ems-project.github.io
- Owner: ems-project
- Created: 2022-10-03T19:07:08.000Z (about 2 years ago)
- Default Branch: 5.x
- Last Pushed: 2024-04-22T12:50:25.000Z (7 months ago)
- Last Synced: 2024-04-22T13:58:15.056Z (7 months ago)
- Language: HTML
- Homepage: https://ems-project.github.io/
- Size: 355 KB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```