To install modules specified in package.json, run the following in the root folder.
npm install
Create a .env file with the following content filled in the root folder.
VUE_APP_FIREBASE_API_KEY=YOUR_KEY
VUE_APP_FIREBASE_AUTH_DOMAIN=YOUR_KEY
VUE_APP_FIREBASE_PROJECT_ID=YOUR_KEY
VUE_APP_FIREBASE_STORAGE_BUCKET=YOUR_KEY
VUE_APP_FIREBASE_MESSAGING_SENDER_ID=YOUR_KEY
VUE_APP_FIREBASE_APP_ID=YOUR_KEY
VUE_APP_NEWS_API_KEY=YOUR_APIKEY_FROM_NEWSAPI.COM
VUE_APP_FINANCE_API_KEY=YOUR_APIKEY_FROM_RAPIDAPI_YHFINANCE
VUE_APP_RAPID_STOCK_API_KEY=SAME_AS_ABOVE
npm run serve
npm run build
npm run lint
