Skip to main content

Setup

Pre-requisites

To get started with Docusaurus and follow this guide you need to have following things on your machine.

Quick Setup

1. Clone the Github repo

gh repo clone thindHarminder/docusaurus

2. Open the folder where repo was cloned

Previous command would create a folder in the folder you initiated the command. CD into the folder or open folder in a new VS code window.

3. Install all the dependencies

npm i

THis command will install all thre reqiored npm packages.

4. Start developing

At this point your docusaurus project is ready fro development. Read next steps to customize the docs or read this Docusaurus documentation.