Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamanoku/birthday-countdown
yamanoku birthday countdown
https://github.com/yamanoku/birthday-countdown
biome birthday-countdown-js cloudflare-pages hono honox
Last synced: 5 days ago
JSON representation
yamanoku birthday countdown
- Host: GitHub
- URL: https://github.com/yamanoku/birthday-countdown
- Owner: yamanoku
- License: mit
- Created: 2017-10-13T11:39:50.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:05:42.000Z (about 2 months ago)
- Last Synced: 2024-10-30T07:15:07.445Z (about 2 months ago)
- Topics: biome, birthday-countdown-js, cloudflare-pages, hono, honox
- Language: TypeScript
- Homepage: https://yamanoku-birthday.pages.dev/
- Size: 3.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yamanoku birthday countdown
## Setup
``` bash
# install dependencies
npm ci# serve
npm run dev# build
npm run build# deploy
npm run deploy
```