[READ-ONLY] Mirror of https://github.com/danielroe/dev-mode.dev. A site to toggle your developer mode on and off with ONE CLICK! dev-mode.dev
dev-mode developer dx
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: add basic readme

+38 -56
+38 -56
README.md
··· 1 - # Nuxt 3 Minimal Starter 1 + # dev-mode.dev ™©® 2 2 3 - Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. 3 + <p align="center"> 4 + <i>A site to toggle your developer mode on and off with ONE CLICK!</i> 5 + </p> 4 6 5 - ## Setup 7 + <p align="center"> 8 + <a href="https://dev-mode.dev" target="_blank"> 9 + <img width="600" alt="Screenshot of dev-mode.dev" src="https://github.com/user-attachments/assets/4c9bf279-a5d2-49a7-a9a1-172c74782ddf"> 10 + </a> 11 + </p> 6 12 7 - Make sure to install the dependencies: 13 + <p align="center"> 14 + <strong><a href="https://dev-mode.dev">👉 Visit dev-mode.dev</a></strong> 15 + </p> 8 16 9 - ```bash 10 - # npm 11 - npm install 17 + ## Features 12 18 13 - # pnpm 14 - pnpm install 19 + - ⚡️ blazing fast 20 + - 📦 built from scratch for devs 21 + - 🎛️ offering full control of your environment 22 + - 💰 VC funding welcome 15 23 16 - # yarn 17 - yarn install 18 - 19 - # bun 20 - bun install 21 - ``` 22 - 23 - ## Development Server 24 + ## How It Works 24 25 25 - Start the development server on `http://localhost:3000`: 26 - 27 - ```bash 28 - # npm 29 - npm run dev 30 - 31 - # pnpm 32 - pnpm run dev 33 - 34 - # yarn 35 - yarn dev 26 + 1. click the toggle to turn dev mode ON or OFF 27 + 2. ... 28 + 3. enjoy the magic of dev mode! 36 29 37 - # bun 38 - bun run dev 39 - ``` 30 + ## The Technical Bits 40 31 41 - ## Production 32 + - Built with [Nuxt](https://nuxt.com) 33 + - Uses local storage (with a [Vueuse composable](https://github.com/vueuse/vueuse/)) to remember your dev mode preference 34 + - Changes favicons based on your mode selection using [unhead](https://github.com/unjs/unhead) 42 35 43 - Build the application for production: 36 + ## Setup 44 37 45 38 ```bash 46 - # npm 47 - npm run build 39 + # install dependencies 40 + corepack enable 41 + pnpm install 48 42 49 - # pnpm 50 - pnpm run build 43 + # Start the _dev_ server 44 + pnpm dev 51 45 52 - # yarn 53 - yarn build 46 + # Build for production 47 + pnpm build 54 48 55 - # bun 56 - bun run build 49 + # Preview the production build 50 + pnpm preview 57 51 ``` 58 52 59 - Locally preview production build: 53 + ## License 60 54 61 - ```bash 62 - # npm 63 - npm run preview 55 + Made with ❤️ 64 56 65 - # pnpm 66 - pnpm run preview 67 - 68 - # yarn 69 - yarn preview 70 - 71 - # bun 72 - bun run preview 73 - ``` 74 - 75 - Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. 57 + Published under the [MIT License](./LICENSE).