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
- Host: GitHub
- URL: https://github.com/5ouma/appearance-mode
- Owner: 5ouma
- Created: 2022-04-22T11:11:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T09:14:16.000Z (over 1 year ago)
- Last Synced: 2025-03-15T10:20:50.805Z (over 1 year ago)
- Topics: appearance-mode, css, deno, deno-deploy, hono, html, javascript, typescript
- Language: TypeScript
- Homepage: https://appearance-mode.deno.dev
- Size: 875 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Appearance Mode
**🌗 Show which appearance mode your device is in**
[](https://github.com/5ouma/appearance-mode/actions/workflows/ci.yml)
[](https://github.com/5ouma/appearance-mode/actions/workflows/pre-commit.yml)
[](https://codecov.io/github/5ouma/appearance-mode)

## 🔨 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
```