First, install dependencies and start the development server:
npm ci && npm run dev
Open http://localhost:3000 with your browser to see the Authorization Management Component Application
Follow the commit conventions outlined here https://cbea.ms/git-commit/ and expose environment variables via the next.config.js
You can deploy the Application via a node server, or thru Vercel
- For deploying to Vercel, use
npm deploy
- To run the the node server, run
npm run build
andnpm run start
Please see the instructions in the .changeset folder for steps on versioning with changesets