Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.18 KB

Netlify Status

1.1. Install

npm install

1.2. Start server

npm run serve

  • Starts Server on firebase mode - Get the model data from Firebase
  • .env.firebase should have firebase application configuration

1.3. Start server in mockdata mode

npm run serve:mockdata

  • Starts Server on firebase mode - Get the model data from Firebase
  • .env.mockdata should have mockdata configuration.

1.4. Test functionality

Make sure it executes known working features

2.1. Project Overview

app.consenz.co.il

  • The production demo is connected to Firebase and Firestore for authentication and DB usage.
  • The production code uses javascript vuex-easy-firestore and other firebase libs to sync vuex store models with Firestore