Using the next-ignite CLI
next-ignite CLIThe 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 inityarn init
dev
Start the development server.
yarn devyarn dev
build
Build the website into static HTML files.
yarn devyarn dev
deploy
Deploy your static HTML files to GitHub pages.
yarn devyarn dev