Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 847 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 847 Bytes

Ominidi.org

Gli ominidi, noti anche come grandi scimmie, sono una famiglia di primati risalente al Miocene inferiore, alla quale appartiene l'uomo.

Build Status codecov

Description

The official repository for https://www.ominidi.org.

Installation and run

Clone the repository, then install all application's dependencies:

$ mvn install && yarn install

Build javascript package:

$ gulp build

Launch application's tests with:

$ mvn test && gulp test

Run the application:

$ java -Dspring.profiles.active=test -jar target/ominidi-web-1.0-SNAPSHOT.jar