docs: instructions on how to develop the docs website

This commit is contained in:
Dario Tranchitella
2021-11-03 15:07:45 +01:00
parent e83f344cdc
commit 3d31ddb4e3

12
docs/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Capsule Documentation
1. Ensure to have [`yarn`](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) installed in your path.
2. `yarn install`
## Local development
```shell
yarn develop
```
This will create a local webserver listening on `localhost:8080` with hot-reload of your local changes.