Source repository of the ADG canvas website, statically generated by Next.js.
First installation:
- Clone this repository
- Install
node
andnpm
(NodeJS 16 or later required) npm install
Local development:
npm run dev
- point your browser to
http://localhost:3000
- hack
Deployment, provided you have the proper rights:
- regenerate the site locally with
npm run build
- test with
npm run start
: the result is exposed athttp://localhost:3000
- deploy with
npm run deploy
If you find any spelling error, feel free to make a pull request on GitHub.