Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 622 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 622 Bytes

Next 13 Demo

Fireship video at link

Getting Started

Start PocketBase this repo has the linux version, replace it if on mac or windows

./pocketbase serve

Open Admin UI, create a admin account if necessary. With that on hands create a collection named "notes". Go to the 'API Rules' tab and unlock all from the admin requirement.

run next development server on a new terminal:

npm run dev
# or
yarn dev

Open localhost:3000 on your browser to see the result.