Installation
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
Clone the repo
terminal
git clone https://github.com/mountainhokie/nextjs-docs.git
Install NPM packages
terminal
npm install
Usage
To use either copy or download the markdown and add it to your main github repository folder.
Run Development Server
terminal
npm run dev