This is a Next.js app, using the Tailwind CSS framework.
Run the development server:
$ npm run dev
Open http://localhost:3000 with your browser to see local site.
Storybook is set up so we can work on components outside of the entire app context. To run it simply use:
$ npm run storybook