mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
* feat(v2): embed Canny feedback widget * docs(v2): Mention source of Canny widget * misc(v2): add newline |
||
|---|---|---|
| .. | ||
| bin | ||
| lib | ||
| plugins | ||
| test | ||
| .eslintignore | ||
| .eslintrc.js | ||
| CHANGES.md | ||
| README.md | ||
| babel.config.js | ||
| jest.transform.js | ||
| package.json | ||
| 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