Chime Clock is a simple client-side application built with React and Tailwind CSS that displays the current time with configurable chimes.
-
Clone the repository.
git clone https://github.com/sheeeng/chime-clock.git cd chime-clock -
Install just.
-
Install dependencies.
just install
-
Run the development server.
just dev
-
Open your browser and navigate to the URL provided in the terminal.
http://localhost:3000
If you prefer not to install just, use npm directly.
-
Install dependencies.
npm install -
Run the development server.
npm run dev -
Open your browser and navigate to the URL provided in the terminal.
http://localhost:3000
- chime-clock.firebaseapp.com
- chime-clock.web.app
- chime-clock.netlify.app
- chime-clock.vercel.app
- sheeeng.github.io/chime-clock
This work is dual licensed under the Apache License 2.0 and the MIT License.
You may choose either license when you use this work.
SPDX-License-Identifier: Apache-2.0 OR MIT