- Node 14 or higher (https://nodejs.org/)
$ git clone https://github.com/Fllorent0D/BePing2.git
$ npm installCreate your own environment file (.env) from the .env.example
# development
$ npm run start# development
$ npm run ionic:sync# prod
$ npm run ionic:sync:prodCardoen Florent – @Fllorent0D – f.cardoen@me.com
- Fork it (https://github.com/Fllorent0D/BePing2.git)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request