2021-07-27 15:46:18 -05:00
|
|
|
# Website docusaurus v2
|
2021-07-11 10:06:52 -05:00
|
|
|
|
2021-07-27 14:52:49 -05:00
|
|
|
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
|
2021-07-11 10:06:52 -05:00
|
|
|
|
2021-07-27 14:52:49 -05:00
|
|
|
## Installation
|
2021-07-11 10:06:52 -05:00
|
|
|
|
2021-07-27 14:52:49 -05:00
|
|
|
```console
|
|
|
|
pnpm install
|
2021-07-11 10:06:52 -05:00
|
|
|
```
|
|
|
|
|
2021-07-27 14:52:49 -05:00
|
|
|
## Local Development
|
2021-07-11 10:06:52 -05:00
|
|
|
|
2021-07-27 14:52:49 -05:00
|
|
|
```console
|
|
|
|
pnpm start
|
|
|
|
```
|
2021-07-11 10:06:52 -05:00
|
|
|
|
2021-07-27 14:52:49 -05: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 10:06:52 -05:00
|
|
|
|
2021-07-27 14:52:49 -05:00
|
|
|
## Build
|
2021-07-11 10:06:52 -05:00
|
|
|
|
2021-07-27 14:52:49 -05:00
|
|
|
```console
|
|
|
|
pnpm build
|
|
|
|
```
|
2021-07-11 10:06:52 -05:00
|
|
|
|
2021-07-27 14:52:49 -05:00
|
|
|
This command generates static content into the `build` directory and can be served using any static contents hosting service.
|