mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 03:37:48 +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
8 lines
330 B
Markdown
Vendored
8 lines
330 B
Markdown
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
|
|
|
|
1. `yarn install` in the root of the repo (one level above this directory).
|
|
1. Go to any template's directory, example: `cd classic && yarn start`.
|