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

https://github.com/5ouma/appearance-mode

🌗 Show which appearance mode your device is in
https://github.com/5ouma/appearance-mode

appearance-mode css deno deno-deploy hono html javascript typescript

Last synced: 3 months ago
JSON representation

🌗 Show which appearance mode your device is in

Awesome Lists containing this project

README

          

Appearance Mode

**🌗 Show which appearance mode your device is in**


[![CI](https://img.shields.io/github/actions/workflow/status/5ouma/appearance-mode/ci.yml?label=CI&style=flat-square)](https://github.com/5ouma/appearance-mode/actions/workflows/ci.yml)
[![pre-commit](https://img.shields.io/github/actions/workflow/status/5ouma/appearance-mode/pre-commit.yml?label=pre-commit&style=flat-square)](https://github.com/5ouma/appearance-mode/actions/workflows/pre-commit.yml)
[![codecov](https://codecov.io/github/5ouma/appearance-mode/graph/badge.svg)](https://codecov.io/github/5ouma/appearance-mode)

![Repobeats Analytics Image](https://repobeats.axiom.co/api/embed/9e11969bab784c7f6c51c2daf3db83c11fdcd318.svg)



## 🔨 Development

1. Clone this repository

```sh
git clone https://github.com/5ouma/appearance-mode.git
```

2. Install [Deno](https://deno.com)

3. Run the [`server.tsx`](./src/server.tsx) via these task runners

```sh
# For production
deno task start
```

```sh
# For development
deno task dev
```