Skip to content

Commit 9f61a27

Browse files
committed
Editing the readme.md file
1 parent 87a24c4 commit 9f61a27

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11

2-
# store-locator
2+
# store-locator app with Vue, Cosmic JS, and Google Maps
33

44
<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">
55

66
> Store locator app using Vue, Cosmic JS, and Google Maps.
77
8+
## Libraries
9+
- Vue
10+
- Vuex
11+
- Vuetify
12+
- Vue-googlemaps
13+
- Cosmic JS
14+
- Vue-resource
15+
816
## Build Setup
917

1018
``` bash
@@ -20,11 +28,14 @@ npm run build
2028
# build for production and view the bundle analyzer report
2129
npm run build --report
2230

23-
# for Cosmic JS deployment
24-
# edit .env file to add your API keys
31+
# configure env variables
32+
rename .env.sample to .env and paste your API keys
33+
34+
# before you delploy to Cosmic
35+
change you .env config
2536
npm build
2637
npm start
27-
# if all works, then you can delpoy to Cosmic JS
38+
# if all works, then you can delpoy to Cosmic JS from the dashboard -> settings -> hosting
2839

2940
# run unit tests
3041
npm run unit

0 commit comments

Comments
 (0)