An open API service indexing awesome lists of open source software.

https://github.com/juanmanuelramallo/padel_league


https://github.com/juanmanuelramallo/padel_league

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Padel League

[![CI](https://github.com/juanmanuelramallo/padel_league/actions/workflows/ci.yml/badge.svg)](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
```