Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 398 Bytes

INSTALL.md

File metadata and controls

29 lines (19 loc) · 398 Bytes

Installation Instructions

Installation in development mode

Warning
You need to have node installed (v12 or later release)

Clone this repository :

git clone https://github.com/datactivist/nextjs-doc.git
cd nextjs-doc

Install dependencies :

npm install

Run the server in development mode :

npm run dev

Installation in production

TODO