a place to organize your scores on poker
- type
git clone [email protected]:mthdht/pokerChart.git
to clone the repository - type
cd pokerCharts
- type
composer install
- type
composer update
- copy .env.example to .env
- type
php artisan key:generate
to generate secure key in .env file
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D