docusaurus/packages/docusaurus-init-1.x/README.md
Endilie Yacop Sucipto 1f91d19a8c
chore: move to monorepo (#1297)
* chore: move to monorepo

* lint all js file

* simplify circleCI

* fix failing tests

* fix tests due to folder rename

* fix test since v1 website is renamed
2019-03-23 14:21:36 +07:00

15 lines
791 B
Markdown

## `docusaurus-init`
An initialization script for [Docusaurus](https://docusaurus.io).
### 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. Have Node >= 8.x installed. Yarn >= 1.5 is recommended as well.
1. Go into the root of your GitHub repo directory where you will be creating the docs.
1. `npx docusaurus-init`
> If you don't have Node 8.2+ or if you prefer to install Docusaurus globally, run yarn global add docusaurus-init or npm install --global docusaurus-init. After that, run docusaurus-init.
Find out more in the [official docs](https://docusaurus.io/docs/en/installation).