Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 220 Bytes

File metadata and controls

13 lines (10 loc) · 220 Bytes

This is a repo that demonstrates an example of BYOC components using best practices.

Getting Started

To run the NextJS server just execute the following command:

npm run dev
# or
yarn dev
# or
pnpm dev