Skip to content

FestiveAkp/clock

Repository files navigation

Gradient Clock

A simple but beautiful date and time display, designed for large screens like meeting rooms and lecture halls.

clock

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.

Deployment

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.