- Node 14 or higher (https://nodejs.org/)
$ git clone https://github.com/Fllorent0D/BePing2.git
$ npm install
Create your own environment file (.env
) from the .env.example
# development
$ npm run start
# development
$ npm run ionic:sync
# prod
$ npm run ionic:sync:prod
Cardoen Florent – @Fllorent0D – [email protected]
- 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