oh-my-posh/website/README.md

19 lines
360 B
Markdown
Raw Normal View History

2020-10-05 02:33:12 -07:00
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## Installation
```shell
$ yarn install
```
## Local Development
```shell
$ yarn start
```
This command starts a local development server and open up a browser window.
Most changes are reflected live without having to restart the server.