docusaurus/v2
Yangshun Tay d78220a818
feat(v2): embed Canny feedback widget (#1280)
* feat(v2): embed Canny feedback widget

* docs(v2): Mention source of Canny widget

* misc(v2): add newline
2019-03-13 22:51:16 -07:00
..
bin
lib feat(v2): embed Canny feedback widget (#1280) 2019-03-13 22:51:16 -07:00
plugins feat(v2): embed Canny feedback widget (#1280) 2019-03-13 22:51:16 -07:00
test feat(v2): pluginify pages (#1278) 2019-03-13 13:08:12 -07:00
.eslintignore
.eslintrc.js feat(v2): allow plugins to specify paths to watch (#1272) 2019-03-09 13:00:44 -08:00
CHANGES.md
README.md
babel.config.js
jest.transform.js
package.json feat(v2): pluginify pages (#1278) 2019-03-13 13:08:12 -07:00
yarn.lock feat(v2): generate metadata via plugins (#1273) 2019-03-10 19:08:36 -07:00

README.md

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