Welcome to the port of the Frontend Masters React + XState workshop written in Svelte and built with SvelteKit!
You can check out
To run this workshop:
npm installnpm run devExercises are separated by directory in workshop/exercises/##/. Each directory will contain a README.md describing the goal of the exercise, as well as tips and comments in the Timer.svelte and timerMachine.js files.
Your objective is to accomplish the goals in README.md. If you get stuck, refer to the timerMachine.final.js file and/or import Timer.final.svelte in routes/exercises/[number]/+page.js.