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.
- Host: GitHub
- URL: https://github.com/docschina/mdpress
- Owner: docschina
- License: mit
- Created: 2020-09-21T15:03:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T06:52:32.000Z (over 1 year ago)
- Last Synced: 2025-01-14T07:41:15.062Z (5 months ago)
- Language: JavaScript
- Homepage: http://mdpress.docschina.org/
- Size: 2.25 MB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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.