Getting Started

From your Markdown files to a deployed website in few minutes.

Play online

You can start playing with Docux in your browser using Stackblitz:

Play on StackBlitz

Create a new project

  1. Start a fresh Docux project with:
npx
npx nyxbi@latest init docs -t nyxb/docux
  1. Install the dependencies in the docs folder:
npm
npm install
yarn
yarn install
pnpm
pnpm install --shamefully-hoist
  1. Run the dev command to start Docux in development mode:
npm
npm run dev
yarn
yarn dev
pnpm
pnpm run dev
โœจ Well done! A browser window should automatically open for http://localhost:3000