Skip to content

ntd/adg.entidi.com

Repository files navigation

Source repository of the ADG canvas website, statically generated by Next.js.

First installation:

  1. Clone this repository
  2. Install node and npm (NodeJS 16 or later required)
  3. npm install

Local development:

  1. npm run dev
  2. point your browser to http://localhost:3000
  3. hack

Deployment, provided you have the proper rights:

  1. regenerate the site locally with npm run build
  2. test with npm run start: the result is exposed at http://localhost:3000
  3. deploy with npm run deploy

If you find any spelling error, feel free to make a pull request on GitHub.