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

https://github.com/akgondber/pokedex


https://github.com/akgondber/pokedex

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### Yet anoother pokemon app

#### Development

```
$ yarn dev
```

### Linting (using [standard](https://github.com/standard/standard))

If you want just lint the code, issue this command:

```
$ yarn lint
```

If you want automatically format code, you can run the following command and say goodbye to messy or inconsistent code:
```
$ yarn lint:fix
```

### Build

```
$ yarn build
```