Skip to content

Commit

Permalink
docs: remove npm, yarn commands in favor of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
janfrl authored Jan 13, 2024
1 parent 1b94c60 commit 449b95d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@

# siegel-steinmetz.de

[![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt.js&labelColor=020420)](https://ui.nuxt.com/pro)

Look at the [Content documentation](https://content.nuxt.com/) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```
Expand All @@ -24,21 +20,21 @@ pnpm install
Start the development server on http://localhost:3000

```bash
npm run dev
pnpm dev
```

## Production

Build the application for production:

```bash
npm run build
pnpm build
```

Locally preview production build:

```bash
npm run preview
pnpm preview
```

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

0 comments on commit 449b95d

Please sign in to comment.