This is a NextJS project showing how to use TSE's design system library, Constellation, in a project.
First, install dependencies (the --force
flag is due to a React dependency conflict with one of Constellation's dependencies, I am working on a better solution):
npm install --force
Then, run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the site.