Cloning from Github and running locally
Clone Docusaurus from Github and run it on your local computer.
Create a new repository in Github.
Copy the repository link.
Clone the repository on your local computer.
git clone git@github.com:<YourGithubUsername>/<YourRepositoryName>.git
Change the directory to your repository.
cd <Your_Repository_Directory>
Run the following in your shell.
npx create-docusaurus@latest notes classic
If all goes well, you'll see the following message.
Happy building awesome websites!
Change to the docusaurus directory.
Run the following.
yarn start
You Docusaurus site is loaded at
http://localhost:3000/<name_of_local_docusaurus_directory>