mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
cc @mattwr18 What helped me to track down the problem was to compare the local changes to master: First, make it easy to compare with master: 1. `git fetch origin` 2. `git merge origin/master` 3. Resolve conflicts Then track the error down: 1. `git checkout origin/master -- .` 2. `git reset` 3. Add more and more changes back and wait until the error shows up - `git checkout backend` - `git checkout webapp` bingo See https://github.com/Human-Connection/Human-Connection/pull/237#issuecomment-481485741
STORE
This directory is not required, you can delete it if you don't want to use it.
This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework.
Creating a file in this directory activate the option in the framework automatically.
More information about the usage of this directory in the documentation.