Configuration
This section covers the site's configuration along with some basic guides about:
Install Node.js 18+ and your preferred package manager (npm, pnpm, yarn)
workspaces
If you are using yarn workspaces, add website
to your workspace list and run yarn install
again.
Installation
npx create-docusaurus@latest website classic --typescript
cd website
- npm
- Yarn
- pnpm
- Bun
npm run start
yarn run start
pnpm run start
bun run start