mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
* initial create-docusaurus impl * cleanup * @docusaurus/init renamed to create-docusaurus * 0.0.6 * update lockfile * fix lint * remove npm2yarn for "npm init" because npm2yarn doesn't convert it and yarn result fails to execute * prettier * add correct version * prettier * prettier * prettier * prettier * fix annoying --config .prettierrc issue
330 B
Vendored
330 B
Vendored
Templates
Official templates provided by Docusaurus. They are designed to be selected when using the npm init docusaurus
CLI command.
Guide to Test Templates for Developer
yarn install
in the root of the repo (one level above this directory).- Go to any template's directory, example:
cd classic && yarn start
.