Skip to content

Commit

Permalink
docs(README.md): remove Nuxt Minimal Starter guide to streamline docu…
Browse files Browse the repository at this point in the history
…mentation

The Nuxt Minimal Starter guide is removed from the README to focus the documentation on the specific project details and purpose. This change reduces clutter and potential confusion for users by eliminating unrelated setup and deployment instructions. Users are encouraged to refer to the official Nuxt documentation for general framework guidance.
  • Loading branch information
mauvehed committed Dec 5, 2024
1 parent 9a08ec8 commit a08db78
Showing 1 changed file with 0 additions and 76 deletions.
76 changes: 0 additions & 76 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,79 +34,3 @@
**yourIP** started as a simple web app to fulfill a common need I have of identifying my public IP without having
to use other methods to relay it back to me. This is half a purposeful tool and the other half a nice excuse to
learn some new things and deployment technologies.

# Nuxt Minimal Starter

Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

1 comment on commit a08db78

@vercel
Copy link

@vercel vercel bot commented on a08db78 Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.