This project uses Vue.js with Vuex for state management and Vue Styleguidist to generate a living style guide.
Set up a Firebase project in your local environment, e.g by copying .env.example as .env.local and filling in the data accordingly.
Install the dependencies:
yarnInitialize a development server:
yarn serveStart the living styleguide:
yarn styleguideFirebase is our source of truth for data. Please follow this data flow:
Views and components -> Dispatch actions -> Call Firebase -> Commit mutations -> Let views and components update
yarn buildThis source code is provided under the MIT License. See LICENSE.