Important
Ce dépôt a été archivé, la suite des développements c'est ici
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-docInstall dependencies :
npm installRun the server in development mode :
npm run devBy 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.