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

https://github.com/docschina/mdpress

Minimalistic doc generator with Markdown and React component based layout system.
https://github.com/docschina/mdpress

Last synced: 5 months ago
JSON representation

Minimalistic doc generator with Markdown and React component based layout system.

Awesome Lists containing this project

README

        

# MdPress

## Documentation

Check out our docs at https://mdpress.docschina.org/.

## Contribution

Want to contribute? Check our [Contributing Guide](.github/CONTRIBUTING.md) and [issues for beginners](https://github.com/docschina/mdpress/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)!

```bash
yarn boot # install all dependencies
yarn dev # serves MdPress' own docs with itself
yarn test # make sure your code change pass the test
```

If you don't have a local checkout, you can also open [MdPress in Gitpod](https://gitpod.io/#https://github.com/docschina/mdpress/blob/master/packages/docs/docs/README.md), a free online IDE for GitHub.