To get started, run the following commands:
npm ci
This will install all of the dependencies for the project.
This project is built using Nx. The main UI is built using Next.js. The re-usable components are built using Storybook.
To work on the main
package, run the following commands:
npm run start
This will start the Next.js development server on port 4200.