docusaurus/v2
2019-03-05 00:00:49 -08:00
..
bin chore(v2): lint website dir (#1073) 2018-10-27 12:01:10 -07:00
lib fix(v2): clean build dir only on build command 2019-03-05 00:00:49 -08:00
plugins refactor(v2): convert blog page to be added to routes by plugin lifecycle 2019-03-03 22:14:16 -08:00
test fix(v2): clean build dir only on build command 2019-03-05 00:00:49 -08:00
.eslintignore refactor(v2): shift generated files out of core into website dir 2019-02-24 15:20:58 -08:00
.eslintrc.js misc(v2): misc fixes 2019-03-04 22:39:07 -08:00
babel.config.js chore(v2): add Facebook copyright headers (#1067) 2018-10-25 17:03:19 -07:00
CHANGES.md chore: rename siteConfig.js to docusaurus.config.js (#1245) 2019-02-23 11:16:24 -08:00
jest.transform.js chore(v2): add Facebook copyright headers (#1067) 2018-10-25 17:03:19 -07:00
package.json refactor(v2): shift generated files out of core into website dir 2019-02-24 15:20:58 -08:00
README.md chore(v2): fix v2 readme 2019-03-04 14:32:48 +08:00
yarn.lock chore(v2): remove prettier from specific projects 2019-02-23 14:28:32 -08:00

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