An open API service indexing awesome lists of open source software.

https://github.com/antoniotoni/binary-clock

Small website made to display time in binary by using light up blocks.
https://github.com/antoniotoni/binary-clock

astro astrojs binary binary-clock binaryclock html javascript

Last synced: 21 days ago
JSON representation

Small website made to display time in binary by using light up blocks.

Awesome Lists containing this project

README

          

# Binary Clock

Website made with [Astro](https://astro.build/) for displaying current time in binary.

## Getting started

Prerequisite: Node Package Manager (npm) download can be found here.

1. Clone this repository `git clone https://github.com/AntonioToni/Binary-Clock`

2. `npm run dev` to start the application. As you make changes the website will be automatically reloaded.

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |