Skip to content

Commit 87a24c4

Browse files
committed
Fix the readme.md
1 parent 711f563 commit 87a24c4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
12
# store-locator
23

3-
> Store locator app using vue and google maps api
4+
<img width="1336" alt="screen shot 2018-07-28 at 4 56 07 pm" src="https://user-images.githubusercontent.com/8376035/43360640-4a5da978-9287-11e8-86e8-65480d378346.png" alt="Store locator app with Cosmic JS">
5+
6+
> Store locator app using Vue, Cosmic JS, and Google Maps.
47
58
## Build Setup
69

@@ -17,6 +20,12 @@ npm run build
1720
# build for production and view the bundle analyzer report
1821
npm run build --report
1922

23+
# for Cosmic JS deployment
24+
# edit .env file to add your API keys
25+
npm build
26+
npm start
27+
# if all works, then you can delpoy to Cosmic JS
28+
2029
# run unit tests
2130
npm run unit
2231

0 commit comments

Comments
 (0)