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.
- Host: GitHub
- URL: https://github.com/antoniotoni/binary-clock
- Owner: AntonioToni
- License: mit
- Created: 2025-01-14T15:23:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-15T02:23:14.000Z (12 months ago)
- Last Synced: 2025-01-15T03:19:00.880Z (12 months ago)
- Topics: astro, astrojs, binary, binary-clock, binaryclock, html, javascript
- Language: Astro
- Homepage: https://binary-clock-lovat.vercel.app
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |