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

https://github.com/salteadorneo/pokemodle

Adivina el Pokémon oculto cada día hasta que te hagas con todos.
https://github.com/salteadorneo/pokemodle

juego pokemon wordle

Last synced: 3 months ago
JSON representation

Adivina el Pokémon oculto cada día hasta que te hagas con todos.

Awesome Lists containing this project

README

        

![pokemodle](src/assets/logo.png)



Released under the MIT license.


PRs welcome!


Follow me on Twitter

Play every day from [https://pokemodle.salteadorneo.dev/](https://pokemodle.salteadorneo.dev/)

# Contributions

If you want to contribute to this project, please follow the following instructions:

1. Fork the project
2. Create a branch
3. Make your changes
4. Make a pull request to the `main` branch of this project

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).