A website to learn data and open data, based on Next.js.
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
By default, the development server is accessible at the following address: http://localhost:3000.
If you wish to contribute in any forms, please read the contributing guidelines on how you can do so.