https://github.com/juanmanuelramallo/padel_league
https://github.com/juanmanuelramallo/padel_league
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juanmanuelramallo/padel_league
- Owner: juanmanuelramallo
- Created: 2024-09-02T03:21:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T23:16:14.000Z (6 months ago)
- Last Synced: 2025-01-10T09:42:02.741Z (4 months ago)
- Language: Ruby
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Padel League
[](https://github.com/juanmanuelramallo/padel_league/actions/workflows/ci.yml)
## Edit credentials
### Production
```bash
RAILS_ENV=production bundle exec rails credentials:edit
```### Development
```bash
RAILS_ENV=development bundle exec rails credentials:edit
```## Git Hooks
```bash
git config --local core.hooksPath .githooks
```