mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
13 lines
313 B
Markdown
13 lines
313 B
Markdown
# 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.
|