From 5bdd35b74b417706c76bd50d7162567b60dbdcb2 Mon Sep 17 00:00:00 2001 From: joe fleming Date: Thu, 13 Sep 2018 15:47:49 -0700 Subject: [PATCH] docs: update readme with usable scripts --- packages/search-site/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/search-site/README.md b/packages/search-site/README.md index ff0b5bf..bdb3919 100644 --- a/packages/search-site/README.md +++ b/packages/search-site/README.md @@ -6,6 +6,12 @@ Strain search static website. Use it to search for strains by name, effects, med Based on data from leafly. You'll need to run the scraper first since that's where the data comes from. +## Usage + +- `yarn start`: starts the dev server, with HMR +- `yarn build`: builds the static site into the `dist` path +- `yarn deploy`: builds and deploys the app onto firebase + #### License MIT © [w33ble](https://github.com/w33ble)