-
Create a file named
config.jsonin[path to this repo]/src/assets, and fill in the API Key received from Step 1.
{
"google_map_api_key": "[Google Maps JavaScript API Key]"
}- Install dependencies
$ npm i
# or
$ yarn- Start the dev server
$ npm run serve
# or
$ yarn serve