Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.25 KB

This is a Next.js project bootstrapped with create-next-app.

It features a minimal installation of Orbit components, with both Tailwind and styled-components correctly set up and with minimal customization.

(styled-components is still in use because the migration to Tailwind is not fully complete).


The idea with this repository is to make it easier to share bug reports.

You can for example open the repository on Codesandbox or Stackblitz, make your modifications and then share the link as a reproduction.

Open in StackBlitz Open with CodeSandbox

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.