Installation and Dependencies
To install the project's dependencies, open the solution in Visual Studio Code or your favorite IDE. From the terminal, run:
cd my-website
followed by:
npm install
This will install the dependencies included in the cloned project's packages.json file.
Docusaurus Details
This sample uses Docusaurus v2, which is currently in alpha. Additionally, it is configured for "Docs only" mode as described in the documentation here.