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

https://github.com/dedo1911/ingress-plus

Ingress Plus Fan-Site
https://github.com/dedo1911/ingress-plus

ingress niantic nianticlabs pocketbase svelte

Last synced: 4 months ago
JSON representation

Ingress Plus Fan-Site

Awesome Lists containing this project

README

          

# Ingress Plus

Fan site not officially affiliated with Ingress or Niantic Labs!

If you would like to contribute, take a look at the open Bugs and Feature Requests in the Issues tab and join our Dev Telegram Chat: https://t.me/+1hrYWn8qWVk0NTgy

## Developing

Once you've cloned the project and installed dependencies with `yarn`, start a development server:

```bash
yarn dev
```

## Building

To create a production version of the app:

```bash
yarn build
```

You can preview the production build with `yarn preview`.

## Committing

This repository is [commitizen](https://github.com/commitizen/cz-cli) friendly. To commit use:

```
yarn commit
# or, if you have commitizen installed globally
git cz
```