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 StackBlitzCreate a new project
- Start a fresh Docux project with:
npx
npx nyxbi@latest init docs -t nyxb/docux
- Install the dependencies in the
docs
folder:
npm
npm install
- Run the
dev
command to start Docux in development mode:
npm
npm run dev
โจ Well done! A browser window should automatically open for http://localhost:3000