docusaurus/v2/README.md
2019-03-04 14:32:48 +08:00

351 B

Docusaurus v2

Installation

Install dependencies for v2 dummy website and v2 package itself

cd ../v2-website && yarn
cd v2 && yarn

Development Server

yarn start # open http://localhost:3000/ 

Production Build

cd ../v2-website && yarn build # check ../v2-website/build

Test

yarn test