Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cliffcrerar/docz-quick-starter

Pre configured fresh Docz app that is immediately deployable.
https://github.com/cliffcrerar/docz-quick-starter

documentation-generator documentation-site documentation-tool docz dotenv mark-down mdx next nextjs react react-dom reactjs snyk theming

Last synced: 6 days ago
JSON representation

Pre configured fresh Docz app that is immediately deployable.

Awesome Lists containing this project

README

        

# Docz quick start

![GitHub issues](https://img.shields.io/github/issues/CliffCrerar/Docz-quick-starter.svg)
![GitHub forks](https://img.shields.io/github/forks/CliffCrerar/Docz-quick-starter.svg)
![GitHub stars](https://img.shields.io/github/stars/CliffCrerar/Docz-quick-starter.svg)
![GitHub license](https://img.shields.io/github/license/CliffCrerar/Docz-quick-starter.svg)
![GitHub downloads](https://img.shields.io/github/downloads/CliffCrerar/Docz-quick-starter/total.svg)
[![Known Vulnerabilities](https://snyk.io//test/github/CliffCrerar/Docz-quick-starter/badge.svg?targetFile=package.json)](https://snyk.io//test/github/CliffCrerar/Docz-quick-starter?targetFile=package.json)

> Quickly start using docs with this preconfigured instance of docz, no need to have to ruffle through the config documents.

![docz-quick-starter](https://cdn-docz-quick-starter.c1i44.now.sh/lpi-02.png)

---

* You are comfortable using the `node package manager` `npm` in the command line environment.
* You have a understanding of how to use markdown.
* *(Optional)* You know how to use `React` , altough `docz` is built on a `.mdx` framework, knowing how to use react will help you to create more dynamic content, you will be able to use it just fine writing `mdx` only.

## Creating instance of docs

```bash
git clone https://github.com/CliffCrerar/Docz-quick-starter.git
cd Docz-quick-starter
npm install
npm start
```

When `npm start` is run the browser should pop open with your shiny new docz instance.

See the example app [here](https://docz-quick-starter.c1i44.now.sh).

[Docz Official](https://www.docz.site/)

If you are wondering where the rest is, this is a documents app so the rest of your questions will be answered once you have the app running.

## Special thanks

Thanks to the effors of [Pedro Nauck](https://github.com/pedronauck) who created [docz](https://github.com/pedronauck/docz).