Skip to content

Commit

Permalink
docs: add release command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed Mar 1, 2024
1 parent 9e37a87 commit bdc93ea
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@ Look at the [Nuxt 3 layer documentation](https://nuxt.com/docs/guide/going-furth
Make sure to install the dependencies:

```bash
npm install
pnpm install
cd playground
npm install
pnpm install
```

## Development Server

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

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

## Release

```bash
pnpm realease
```

0 comments on commit bdc93ea

Please sign in to comment.