Skip to content

tischfieldlab/moseq-reports

Repository files navigation

moseq-reports Build Status

Project setup

git clone https://github.com/tischfieldlab/moseq-reports.git
cd moseq-reports
npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.