ice/website/README.md

22 lines
386 B
Markdown
Raw Permalink Normal View History

2022-07-01 17:08:06 +08:00
# Website v3
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
```
## Local Development
2022-02-22 18:39:44 +08:00
```bash
$ yarn start
```
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.