docusaurus/v2
2019-03-09 13:00:44 -08:00
..
bin chore(v2): lint website dir (#1073) 2018-10-27 12:01:10 -07:00
lib feat(v2): allow plugins to specify paths to watch (#1272) 2019-03-09 13:00:44 -08:00
plugins feat(v2): allow plugins to specify paths to watch (#1272) 2019-03-09 13:00:44 -08:00
test refactor(v2): determine all available routes/url (#1264) 2019-03-06 10:51:16 -08:00
.eslintignore refactor(v2): shift generated files out of core into website dir 2019-02-24 15:20:58 -08:00
.eslintrc.js feat(v2): allow plugins to specify paths to watch (#1272) 2019-03-09 13:00:44 -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 chore(v2): upgrade React 2019-03-08 23:26:50 -08:00
README.md chore(v2): fix v2 readme 2019-03-04 14:32:48 +08:00
yarn.lock chore(v2): upgrade React 2019-03-08 23:26:50 -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