DocNext

Search

Quick setup

It's rather simple and straight-forward to get started!


Use the DocNext CLI

This the recommended approach

  • Create a DocNext project

bash

npx docnext create <your-project-name>

Manual Installation

CLI is just bundles the steps below

  • Create the Next.js project

bash

npx create-next-app -e https://github.com/kartikm7/docnext your-project-name
  • Change Directories

bash

cd your-project-name
  • Install dependencies

bash

npm i 

How to run the server

bash

npm run start
  • Start the development server

bash

npm run dev
  • Now the server should be running on!

url

http://localhost:3000

Voila now you can start making changes! 🎉