mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 12:17:20 +02:00
.. | ||
bin | ||
lib | ||
plugins | ||
test | ||
.eslintignore | ||
.eslintrc.js | ||
babel.config.js | ||
CHANGES.md | ||
jest.transform.js | ||
package.json | ||
README.md | ||
yarn.lock |
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