mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 01:47:17 +02:00
351 B
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