Skip to main content

Scaffold Application

Generate website

Use the command below to initialize a Docusaurus site

npx create-docusaurus@latest my-website classic

Generate website with TypeScript Support

You can also initialize the site with TypeScript Support

npx create-docusaurus@latest my-website classic --typescript

or alternatively create the app with Yarn

yarn create docusaurus

For additional information, click here