This is a NextJS project showing how to use TSE's design system library, Constellation, in a project.
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 in your browser to see the site.
Take a look at ./src/app/page.tsx for the source code using various components. Also, check out the Constellation storybook for more documentation on each component!