docusaurus/docusaurus-init
2017-12-13 20:31:22 -08:00
..
initialize.js Add newlines at end of generated files (#283) 2017-12-13 13:55:40 -08:00
package-lock.json Update docusaurus-init to 1.0.1 2017-12-13 20:31:22 -08:00
package.json Update docusaurus-init to 1.0.1 2017-12-13 20:31:22 -08:00
README.md Add readme to docusaurus-init directory 2017-12-13 15:50:57 -08:00

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.