docusaurus/packages/create-docusaurus/templates/README.md
Sébastien Lorber f6ec757aa0
feat: npm init docusaurus, yarn create docusaurus (#5635)
* 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
2021-10-07 16:06:42 +02:00

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`.