Make sure you run npm i first and then you can run the development server:
npm run dev
# or
yarn devOpen http://localhost:3001 with your browser to see the examples
You can start example pages by modifying *.page.tsx files the in ./pages folder. Page auto-update as you edit them.