Study management application for Bridge researchers.
Install node and npm. We recommend using something like nvm to manage your node installation. Then in the directory where you would like to create a project directory:
npm install
npm run dev
Clean the build files
npm run clean
Clean the build and node_modules files
npm run clean:all
Run a dev server for development (webpack-dev-server)
npm run dev
Run tests (mocha)
npm run test
Build a release
npm run release