mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
docs: instructions on how to develop the docs website
This commit is contained in:
12
docs/README.md
Normal file
12
docs/README.md
Normal 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.
|
||||||
Reference in New Issue
Block a user