Skip to content

Commit

Permalink
docs: add development instruction to readme (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor authored May 6, 2022
1 parent 3a45a4d commit b0a6d87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Using Nuxt Bridge, you can make sure your project is (almost) ready for Nuxt 3 a

🌱 **Note:** If you're starting a fresh Nuxt project, please skip this module and directly go to the [Nuxt 3 Installation](https://v3.nuxtjs.org/getting-started/quick-start).

## 💻 Development

- Clone repository
- Ensure you have the latest LTS version of Node.js installed
- Install dependencies with `npx yarn install`
- Run `npx yarn dev:prepare` to activate passive development
- Open playground with `npx yarn dev`

Learn more about in our documentation on [how to contribute to Nuxt](https://v3.nuxtjs.org/community/contribution).


## Installation

Expand Down

0 comments on commit b0a6d87

Please sign in to comment.