To get started and setup your documentation with CodexFlow,
You first will need to either have cloned the latest commit to the repo
bashgit 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
bashcd CodexFlow # If you haven't already npm install
Then run the development server
bashnpm run dev
You can now customize your documentation for whatever it is.
Move on to learning how to configure your docs