Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 784 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 784 Bytes

Sider Documentation

Netlify Status

Run sider-docs in your machine

We have 2 ways to get start sider-docs application as follows:

$ cd website    # All dependencies are in website directory.
$ yarn          # Install dependencies.
$ yarn start

or

$ docker-compose up

It requires Yarn or docker-compose to run above commands.

Documentation

sider-docs is powered by Docusaurus. Thus, if you face with problems, check that documents.

Lint

To lint source files, run the following command:

$ yarn run lint