/astro-xstate-communication

Communicate different components using different frameworks through XState

Primary LanguageTypeScript

Example of component communication through XState

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:3000
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying