Nuxt/.website
Ezra Adeyinka 8db82af3a9
chore: fix various typos and update to US English (#23580)
2023-10-10 12:14:55 +01:00
..
.gitignore docs: add temporary website for docs contribution (#22469) 2023-08-03 14:44:10 +01:00
README.md chore: fix various typos and update to US English (#23580) 2023-10-10 12:14:55 +01:00
app.config.ts docs: add temporary website for docs contribution (#22469) 2023-08-03 14:44:10 +01:00
nuxt.config.ts docs: add temporary website for docs contribution (#22469) 2023-08-03 14:44:10 +01:00
package.json chore(deps): update all non-major dependencies (main) (#23506) 2023-10-07 08:30:10 +02:00
tsconfig.json docs: add temporary website for docs contribution (#22469) 2023-08-03 14:44:10 +01:00

README.md

Nuxt Docs Website

This is a temporary directory until we open source the repository for nuxt.com.

The goal is to simplify the contribution in the meantime to the documentation by having the possibility to preview the changes locally.

Setup

Install dependencies in the root of the nuxt folder:

pnpm i

Then stub the dependencies:

pnpm build:stub

Development

In the root of the nuxt folder, run:

pnpm docs:dev

Then open http://localhost:3000 with your browser to see the result.

Update the documentation within the docs folder.


For a detailed explanation of how things work, check out Docus.