supabase-community / kahoot-alternative

An open source Kahoot alternative made with Next.js and Supabase
https://kahoot-alternative.vercel.app
MIT License
65 stars 13 forks source link

Not able to get it running #1

Open Mdkar opened 7 months ago

Mdkar commented 7 months ago

I am able to load the "/host" page, but it just looks like a static page saying "Host Home". Also the "/" page is the same as the host one. Do I need to add an .env file? What should that look like?

dshukertjr commented 7 months ago

Thanks for opening an issue on this repo! It's awesome that you found this!

The simple answer to your question is, this repo is a bit half baked at the moment, and there is a lot of missing features. I just created this repo the day before a presentation, so there are a lot of "quick and dirty" implementations.

I'm a bit busy this week, and quite frankly I don't exactly remember the particular implementation I did around host pages, but let me check it out and get back to you as soon as I can!

yrikhn commented 4 months ago

@Mdkar the main functionality to view/start a quiz is on the "/host/dashboard" route. From there you can start the quizzes.

teamlee commented 2 weeks ago
bash $ npm run dev

> kahoot-alternative@0.1.0 dev
> next dev

  ▲ Next.js 14.2.10
  - Local:        http://localhost:3000

 ✓ Starting...
bash $

After Starting..., program just exited.