Skip to content

Using the next-ignite CLI

The fastest way to start using next-ignite is through the command line interface (CLI) it ships with. The CLI basically just wraps Next.js's CLI and adds some defaults.

Commands

Init

Initialize an ignite-cli based docs site.

yarn init
yarn init

dev

Start the development server.

yarn dev
yarn dev

build

Build the website into static HTML files.

yarn dev
yarn dev

deploy

Deploy your static HTML files to GitHub pages.

yarn dev
yarn dev