scitran / organizer

Data Organizer
https://scitran.github.io
MIT License
1 stars 2 forks source link

organizer

SciTran Data Organizer

installation instructions

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