Skip to content

alxdarksage/BridgeResearcherUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BridgeResearcherUI

Build Status

Study management application for Bridge researchers.

Getting started

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

About

Study management application for Bridge researchers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • HTML 39.6%
  • SCSS 2.2%