From 21ce751b449beb8649fb63a4c905f34b6d249482 Mon Sep 17 00:00:00 2001 From: wazolab <38253764+wazolab@users.noreply.github.com> Date: Wed, 9 Dec 2020 01:23:55 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index e6c65af..3c9ecc6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,5 +30,10 @@ yarn test:e2e yarn lint ``` +### Run fruit-api +``` +yarn run api +``` + ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).