This is the Visual Based Query (VBQ) interface for the Multinet project. It is a typescript multi-coordinated view, written using the Vue.js framework, that allows users to visualize connectomics data hosted on a Multinet instance.
To get the application up and running in dev mode:
- Ensure that you have Node and yarn installed.
- Install lineup:
npm install --save vue-lineup
- Open Docker preferences and increase memory usage to at least 5GB.
- Check out this repository and move into it (e.g.,
cd vbq
). - Copy .env.development to .env with
cp .env.development .env
- Install the Yarn dependencies:
yarn install
. - Run the application:
yarn serve
.
For further details, including how to set up a full multinet instance, please see the full documentation.