Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Getting Started

Make sure you run npm i first and then you can run the development server:

npm run dev
# or
yarn dev

Open 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.