mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
chore(v2): fix v2 readme
This commit is contained in:
parent
7475051526
commit
039af9b213
1 changed files with 16 additions and 2 deletions
18
v2/README.md
18
v2/README.md
|
@ -1,4 +1,12 @@
|
|||
# Docusaurus 2
|
||||
# Docusaurus v2
|
||||
|
||||
## Installation
|
||||
|
||||
Install dependencies for v2 dummy website and v2 package itself
|
||||
```bash
|
||||
cd ../v2-website && yarn
|
||||
cd v2 && yarn
|
||||
```
|
||||
|
||||
## Development Server
|
||||
|
||||
|
@ -9,5 +17,11 @@ yarn start # open http://localhost:3000/
|
|||
## Production Build
|
||||
|
||||
```bash
|
||||
yarn build # check website/build
|
||||
cd ../v2-website && yarn build # check ../v2-website/build
|
||||
```
|
||||
|
||||
## Test
|
||||
|
||||
```bash
|
||||
yarn test
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue