Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 511 Bytes

This is a NextJS project showing how to use TSE's design system library, Constellation, in a project.

Getting Started

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.