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
- Yarn
- pnpm
- Bun
npm run start
yarn run start
pnpm run start
bun run start
Getting startedโ
๐๏ธ Create a Document
Create a Markdown Document
๐๏ธ Create a Page
Create a Page using React components
๐๏ธ Create a Blog Post
Create a Blog Article
๐๏ธ Deployment
2 items