Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 772 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 772 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 progressive web application for https://www.ominidi.org.

Installation and run

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

$ npm install

Build javascript package:

$ npm run build

Launch application's tests with Jest framework:

$ npm run test

Run the application:

$ npm run dev