git clone https://github.com/SavithaNagaraju/SavithaNagaraju
cd SavithaNagaraju
There are many ways to update your Docusaurus version. One guaranteed way is to manually change the version number in package.json to the desired version. Note that all @docusaurus/-namespaced packages should be using the same version.
{
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
}
}
Then, in the directory containing package.json, run your package manager's install command:
npm install
Follow article
cd SavithaNagaraju
npm run build
npm run serve
cd SavithaNagaraju
npm run start