SciTran Data Organizer
To install and run the app with linting and hot reloading enabled:
git clone git@github.com:scitran/organizer.git
cd organizer
npm install
npm run devTo run ignore HTTPS certificate errors when running the app in development, try
npm run dev-insecureTo build the app for Linux, Windows, and Mac (output is in dist), run
npm run build