A simple scoreboard, that we use for board games
- Bun
- TypeScript
- Next.js
- Tailwind css
Make sure you have bun installed See bun Installation on how to install it locally You can check which bun version you have installed
bun --versionInstall deps:
bun installFirst, run the development server:
bun devOpen http://localhost:3000 with your browser to see the result.
The application is live at: https://mikaojk.github.io/scoreboard