Application for the inclusion of the mute deaf population
You'll need the Ionic CLI with support for v3 apps:
$ npm install -g ionic
Clone:
git clone https://github.com/Zeroga98/Road.git && cd Road
Create environments config files:
cp src/environments/env.example.ts src/environments/dev.ts
cp src/environments/env.example.ts src/environments/prod.ts
and replace the API_URL values there.
Install npm dependencies:
npm install
Then run:
$ ionic serve
More info on this can be found on the Ionic Getting Started page.