Skip to content

Fllorent0D/BePing2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BePing

GPLv3 license

Prerequisites

Installation

$ git clone https://github.com/Fllorent0D/BePing2.git
$ npm install

Create your own environment file (.env) from the .env.example

Running the app

# development
$ npm run start

Building the app

# development
$ npm run ionic:sync
# prod
$ npm run ionic:sync:prod

Meta

Cardoen Florent – @Fllorent0Df.cardoen@me.com

Contributing

  1. Fork it (https://github.com/Fllorent0D/BePing2.git)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request