Skip to content

WilliamsPanLab/organizer

 
 

Repository files navigation

organizer

SciTran Data Organizer

installation instructions

To install and run the app with linting and hot reloading enabled:

git clone [email protected]: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

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 3.5%
  • HTML 2.7%