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.
- Clone the repository locally and
cd
into it - Run the following to install the app and its dependencies and compile it.
npm install --production
- Run the following command to start the application
npm start
- Open you browser and navigate to
http://localhost:3000
For more details about how the application works, see CONTRIBUTING.md