Skip to content

Latest commit

 

History

History

trivia-game-svelte

Trivia Game

This example showcases several state machine concepts including guards, transient functions, and invoking services.

Trivia Game machine visualized

Running Locally

  1. After cloning and navigating into the trivia-game-svelte directory, execute:
yarn && yarn test

or

npm install && npm t

This will install dependencies and run tests to verify no issues

  1. Start the application by executing:
yarn start

or

npm start