Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 779 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 779 Bytes

Workshop Demo - Kahoot Clone

Demo app for GraphQL Summit 2023 "Federated Subscriptions in GraphOS" Workshop.

In this Kahoot clone, you can join quizzes, answer questions and check the leaderboard to see who's winning!

Try it out ▶️ https://demo-kahoot-clone.netlify.app/.

To run locally

This app requires a GraphQL endpoint running at http://localhost:4000. See the server repo for details.

  1. Clone the repo.

  2. Install the packages.

npm i
  1. Run the app, which will be available at http://localhost:5173/.
npm run dev

Getting help

For any issues or problems, join us on Discordin the #summit-workshops channel.