mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
ab696c3f00
resolves #4002
19 lines
362 B
Markdown
19 lines
362 B
Markdown
# Website
|
|
|
|
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
|
|
|
|
## Installation
|
|
|
|
```shell
|
|
$ npm install
|
|
```
|
|
|
|
## Local Development
|
|
|
|
```shell
|
|
$ npm run 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.
|