2022-07-01 17:08:06 +08:00
|
|
|
# Website v3
|
2022-02-22 18:35:06 +08:00
|
|
|
|
|
|
|
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2022-02-22 18:39:44 +08:00
|
|
|
```bash
|
|
|
|
$ yarn install
|
2022-02-22 18:35:06 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Local Development
|
|
|
|
|
2022-02-22 18:39:44 +08:00
|
|
|
```bash
|
|
|
|
$ yarn start
|
2022-02-22 18:35:06 +08: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.
|
|
|
|
|
|
|
|
## Deployment
|
|
|
|
|
|
|
|
Just push.
|