Skip to main content
Getting Started

Contributing

Prepare your environment

@nuxt/scripts is a pnpm workspace. Use pnpm to install and link its dependencies.

After cloning the repository, run:

pnpm i && pnpm dev:prepare

Run the playground

Start the playground development server with:

pnpm dev

Check your changes

Run the repository's lint and test commands before submitting a change:

pnpm lint
pnpm test:run