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 dev
To run ignore HTTPS certificate errors when running the app in development, try
npm run dev-insecure
To build the app for Linux, Windows, and Mac (output is in dist
), run
npm run build