From fff708cb8f87442b16a9ba834754d346ff821d2f Mon Sep 17 00:00:00 2001 From: KittenTM Date: Thu, 14 May 2026 07:58:04 +0200 Subject: [PATCH] do readme --- README.md | 66 ++++++------------------------------------------------- 1 file changed, 7 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index caf51f4..3f1d8d0 100644 --- a/README.md +++ b/README.md @@ -1,64 +1,12 @@ -# Nuxt Starter Template +yea ignore most of the shit the original readme said -[![Nuxt UI](https://img.shields.io/badge/Made%20with-Nuxt%20UI-00DC82?logo=nuxt&labelColor=020420)](https://ui.nuxt.com) - -Use this template to get started with [Nuxt UI](https://ui.nuxt.com) quickly. - -- [Live demo](https://starter-template.nuxt.dev/) -- [Documentation](https://ui.nuxt.com/docs/getting-started/installation/nuxt) - - - - - - Nuxt Starter Template - - - -> The starter template for Vue is on https://github.com/nuxt-ui-templates/starter-vue. - -## Quick Start - -```bash [Terminal] -npm create nuxt@latest -- -t ui +use: +``` +bun install ``` -## Deploy your own - -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=starter&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fstarter&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fstarter-dark.png&demo-url=https%3A%2F%2Fstarter-template.nuxt.dev%2F&demo-title=Nuxt%20Starter%20Template&demo-description=A%20minimal%20template%20to%20get%20started%20with%20Nuxt%20UI.) - -## Setup - -Make sure to install the dependencies: - -```bash -pnpm install +then to run the app in dev mode do ``` - -## Development Server - -Start the development server on `http://localhost:3000`: - -```bash -pnpm dev +bun run dev ``` - -## Production - -Build the application for production: - -```bash -pnpm build -``` - -Locally preview production build: - -```bash -pnpm preview -``` - -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. - -## Renovate integration - -Install [Renovate GitHub app](https://github.com/apps/renovate/installations/select_target) on your repository and you are good to go. +let nuxt init then you're good to go \ No newline at end of file