Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

docusaurus-init

An initialization script for Docusaurus.

What does it do?

Docusaurus was designed from the ground up to be easily installed and used to get your website up an running quickly. To install Docusaurus, we have created an easy script that will get all of the infrastructure setup for you:

  1. Go into the root of your GitHub repo directory where you will be creating the docs.
  2. yarn global add docusaurus-init or npm install --global docusaurus-init
  3. docusaurus-init

Find out more in the official docs.