Git Product home page Git Product logo

rootnavportal's Introduction

RootNav Portal

An application for analysing plant root systems, built with compatibility with the University of Nottingham's RootNav 2 API.

RootNavPortal is built on Electron, Node.js, React and Redux. put some pictures and banners in here for better styling later

Install

For users

Releases are on the GitHub releases page. Your application should auto-update when new releases are published.

For developers:

First, clone the repo via git:

git clone https://github.com/Chagrilled/RootNavPortal

And then install the dependencies with yarn.

cd RootNavPortal
yarn

Run

Starts the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a Webpack dev server that sends hot updates to the renderer process.

yarn dev

If you don't need autofocus when your files was changed, then run dev with env START_MINIMIZED=true:

$ START_MINIMIZED=true yarn dev

Building

To run a production build with full Webpack configuration, run

yarn build
yarn start

Packaging

To package apps, use the specified package script for your operating system:

yarn package-win
yarn package-mac
yarn package-linux

Note that RootNavPortal cannot be cross-compiled due to its native modules.

๐Ÿ’ก You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

DEBUG_PROD=true yarn package

Plugins

Plugins can be installed by placing a compatible JavaScript file into the application's /resources/plugins folder. Refer to the wiki documentation when writing plugins.

In development, plugins will be copied from the plugins folder into the installer's binary when packaging.

Maintainers

rootnavportal's People

Contributors

chagrilled avatar danielcordell avatar dependabot[bot] avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.