verdaccio/website/README.md

26 lines
536 B
Markdown
Raw Normal View History

2021-07-27 22:46:18 +02:00
# Website docusaurus v2
2021-07-11 17:06:52 +02:00
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
2021-07-11 17:06:52 +02:00
## Installation
2021-07-11 17:06:52 +02:00
```console
pnpm install
2021-07-11 17:06:52 +02:00
```
## Local Development
2021-07-11 17:06:52 +02:00
```console
pnpm start
```
2021-07-11 17:06:52 +02:00
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
2021-07-11 17:06:52 +02:00
## Build
2021-07-11 17:06:52 +02:00
```console
pnpm build
```
2021-07-11 17:06:52 +02:00
This command generates static content into the `build` directory and can be served using any static contents hosting service.