Skip to content

wherehaveibeen/webapp

Repository files navigation

wherehaveibeen

Project setup

npm install

Setup your configuration file

Add a .env file in the project root. Your env file should contain the following environment variables to run your local build:

  • VUE_APP_GOOGLE_API_KEY
  • VUE_APP_API_URL

Compiles and hot-reloads for development

npm run serve

Lints and fixes files

npm run lint

Deploy to Production

Ensure you have a production .env file in the project root. The env file should have production values of the environment variables described in the "Setup your configuration file" section.

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

About

Vue.JS implementation of the Where Have I Been? web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published