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.
sider-docs is powered by Docusaurus. Thus, if you face with problems, check that documents.
To lint source files, run the following command:
$ yarn run lint