I have prepared a starter repository that we will clone and build on top of. This repository already contains all the UI components, schema definitions, and error types, so that we can focus entirely on Effect Atom.
Run the following command to clone the repository:
git clone https://github.com/sundaray/effect-atom-start.gitcd effect-atom-startpnpm installStart the development server:
pnpm devVisit localhost:3000. You should see the home page with placeholder text.