indexSetupHow to ConfigWriting Markdown

Setup

To get started and setup your documentation with CodexFlow,
You first will need to either have cloned the latest commit to the repo

bash
git clone https://github.com/thepugmaker/CodexFlow.git
cd CodexFlow

or download the latest stable build from releases
https://github.com/thepugmaker/CodexFlow/releases
Download the source code to the latest one.

Now that you have have one of these you will want to install all packages

bash
cd CodexFlow # If you haven't already
npm install

Then run the development server

bash
npm run dev

You can now customize your documentation for whatever it is.
Move on to learning how to configure your docs

CodexFlow