Skip to main content

Website 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 run start

Getting startedโ€‹