diff --git a/README.md b/README.md index 6b1b09ae8..1acf2190d 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,16 @@ yarn ### Compiles and hot-reloads for development +#### UI only + ```sh yarn dev - -# if you want to run full stack (including backend services) -yarn dev:full ``` +#### UI with backend services + +[See here.](./README.md#running-local-services) + ### Compiles and minifies for production ```