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

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!

Awesome Lists containing this project

README

          

# dev-mode.dev ™©®


A site to toggle your developer mode on and off with ONE CLICK!



Screenshot of dev-mode.dev


👉 Visit dev-mode.dev

## 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).