For a quick start clone our repository
git clone https://github.com/standards-hub/docs.gitMake sure to install the dependencies after installing/cloning the app
Make sure you are using at least Node
v20.0.0
# npm
npm installStart the development server on http://localhost:3000:
# npm
npm run devBuild the application for production:
# npm
npm run buildLocally preview production build:
# npm
npm run previewCheck out the deployment documentation for more information.
Add @nuxthq/studio dependency to your package.json:
# npm
npm install --save-dev @nuxthq/studioAdd this module to your nuxt.config.ts:
export default defineNuxtConfig({
...
modules: [
...
'@nuxthq/studio'
]
})Read more on Nuxt Studio docs.
Install Renovate GitHub app on your repository and you are good to go.