Skip to content

Synbiota/GENtle2

Repository files navigation

GENtle2

A re-think for the web of the original GENtle.

GENtle2 has been almost entirely rewritten over the past year, and remains very much in development. Core features will be extracted into their own modules in the coming months.

GENtle2 screenshot

CircleCI status

Getting started

  1. Clone the repository locally and cd into it
  2. Run the following to install the app and its dependencies and compile it.
npm install --production
  1. Run the following command to start the application
npm start
  1. Open you browser and navigate to http://localhost:3000

Contributing

For more details about how the application works, see CONTRIBUTING.md