https://github.com/danielroe/dev-mode.dev
A site to toggle your developer mode on and off with ONE CLICK!
https://github.com/danielroe/dev-mode.dev
dev-mode developer dx
Last synced: 2 months ago
JSON representation
A site to toggle your developer mode on and off with ONE CLICK!
- Host: GitHub
- URL: https://github.com/danielroe/dev-mode.dev
- Owner: danielroe
- Created: 2025-04-18T14:04:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T14:28:56.000Z (3 months ago)
- Last Synced: 2025-07-18T19:00:54.689Z (3 months ago)
- Topics: dev-mode, developer, dx
- Language: Vue
- Homepage: https://dev-mode.dev
- Size: 1.12 MB
- Stars: 49
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-mode.dev ™©®
A site to toggle your developer mode on and off with ONE CLICK!## Features
- ⚡️ blazing fast
- 📦 built from scratch for devs
- 🎛️ offering full control of your environment
- 💰 VC funding welcome## How It Works
1. click the toggle to turn dev mode ON or OFF
2. ...
3. enjoy the magic of dev mode!## The Technical Bits
- Built with [Nuxt](https://nuxt.com)
- Uses local storage (with a [Vueuse composable](https://github.com/vueuse/vueuse/)) to remember your dev mode preference
- Changes favicons based on your mode selection using [unhead](https://github.com/unjs/unhead)## Setup
```bash
# install dependencies
corepack enable
pnpm install# Start the _dev_ server
pnpm dev# Build for production
pnpm build# Preview the production build
pnpm preview
```## License
Made with ❤️
Published under the [MIT License](./LICENSE).