A simple but beautiful date and time display, designed for large screens like meeting rooms and lecture halls.
This is a Next.js project bootstrapped with create-next-app
.
Clone this repository, install dependencies, and run the development server:
$ npm i
$ npm run dev
Open http://localhost:3000 with your browser to see the result.
Build the project and export the static site:
$ npm run build
$ npx next export
Commits are automatically built and published to GitHub Pages using a GitHub Actions workflow.