Skip to content

datactivist/nextjs-doc

Repository files navigation

A website to learn data and open data, based on Next.js.

To clone and run on your local setup :

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.

Contributing

If you wish to contribute in any forms, please read the contributing guidelines on how you can do so.