Jotai Playground

A simple react app (created with Vite) as a Jotai playground for a Frontend Meetup session in Freiburg.

Usage

Clone the repository, install dependencies and run

pnpm i
pnpm dev

// or create production build
pnpm build