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

https://github.com/reddiedev/magic-clock

Magic Clock webapp using Next.js and Typescript
https://github.com/reddiedev/magic-clock

dayjs nextjs tailwindcss typescript

Last synced: 4 months ago
JSON representation

Magic Clock webapp using Next.js and Typescript

Awesome Lists containing this project

README

          

# Magic Clock

## Deployment via Docker

```bash
docker build -t magic-clock .
docker run -d -p 3000:3000 magic-clock
```