These React apps are meant to be standalone components for the Open World Atlanta project. The structure is mostly based on this article
- Node 20 or greater
- pnpm
- Vite
Add new component to the pnpm-workspace.yaml file. For example
packages:
- "packages/*"
- "neighborhood-map"
- "new-component"npx pnpm create biteGive the component a the name you added to the pnpm-workspace.yaml - "new-component" in the above example.
For the framework, select React:
For variant, select "TypeScript + SWC"

