Digital Dojo 2.0 Application
This project uses
- Next.js
- Tailwind CSS
- Jest for unit testing
- Cypress for end-to-end testing.
In the helm template, the application name is next-template. this will need to be changed by the current application name.
For every Kubernetes cluster, a context.sh file needs to be defined. For example, one might be called context-dev.sh and the other context-prod.sh.
For more information, please visit the DTS SRE deployment templates.
Have at least one person reviewing each PR before it can be merged. Each branch should be prefixed with the ID of the relevant ADO task. Eg. "379-update-readme"
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome.