test_github_pages
Repository dedicated to test GitHub pages
Install Docusaurus Globally
npm install --global docusaurus-init
then,
docusaurus-init
then,
cd website
from inside of this folder, run
npm start
An example will be uploaded in the local host
http://localhost:3000
Update to the latest version of Docusaurus
npm update docusaurus