nuxt / scripts

Plug-and-play script optimization for Nuxt applications. (Public Preview)
https://scripts.nuxt.com
MIT License
126 stars 8 forks source link

Docs: Add a contribution guide #69

Closed maximepvrt closed 1 day ago

maximepvrt commented 1 month ago

Impossible to run pnpm dev to preview the docs

Capture d’écran 2024-05-19 à 22 26 31
maximepvrt commented 1 month ago

@harlan-zw any idea of the reason?

huang-julien commented 1 month ago

Hey @maximepvrt :wave: did you try to install with shamefully-hoist ?

maximepvrt commented 1 month ago

@huang-julien already present https://github.com/nuxt/scripts/blob/main/docs/.npmrc

maximepvrt commented 1 month ago

Would it be possible to add a contributing page similar to this one: https://ui.nuxt.com/getting-started/contributing#_2-local-development-setup ?

harlan-zw commented 1 month ago

I think you just need to run pnpm dev:prepare in the top level directory. A contribution guide is needed though :+1:

maximepvrt commented 1 month ago

It works 🙌

harlan-zw commented 1 day ago

An initial basic guide has been added, this will hopefully be improved as time goes on.