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.
- Host: GitHub
- URL: https://github.com/salteadorneo/pokemodle
- Owner: salteadorneo
- License: bsd-3-clause
- Created: 2022-05-26T20:51:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T19:37:03.000Z (over 1 year ago)
- Last Synced: 2024-02-15T20:38:35.120Z (over 1 year ago)
- Topics: juego, pokemon, wordle
- Language: Vue
- Homepage: https://pokemodle.salteadorneo.dev/
- Size: 3.54 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README-en.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

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/).