Skip to content

NathanFirmo/next-docs

Repository files navigation

📋 NextDocs

PRs Welcome

Project idea

This project came from the idea of having a simple but robust documentation template. This documentation supports everything you want. There are no limits. It's built on Next.js so you can place your own components. It supports authentication, Markdown, react and Typescript components. You have all the freedom to build your documentation the way you imagine it and still have the speed of writing in Markdown.

Download the project

HTTPS

git clone https://github.com/NathanFirmo/next-docs.git

SSH

git clone git@github.com:NathanFirmo/next-docs.git

GitHub CLI

gh repo clone NathanFirmo/next-docs

Install dependencies

npm i

# or

yarn

Create your .env

Copy the information from the .env.sample file to a .env file.

cp .env.sample .env

Start the application

npm run dev

# or

yarn dev