Cloned from this project -> realtime.pablopunk.com
Wanted to play around and make a fun little website for Oktoberfest.
- We can count our drinks
- How many pretzles we see
- There is a bingo
- everyone has the same tiles, but they are randomised for everyone.
- Make counter for drinks and more
- conenct counter to database
- Make a simple bingo
- Store the 'clicked' value of the bingo in localstorage
- JS (official support)
npx degit https://github.com/einargudnig/oktoberfest22.gitFirst, run the development server:
npm startor
npm run devOpen http://localhost:3000 with your browser to see the result.
Vercel
The easiest way to deploy the template is to use the Vercel Platform from the creators of Next.js. Check out the Next.js deployment documentation for more details.