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
- Host: GitHub
- URL: https://github.com/dedo1911/ingress-plus
- Owner: dedo1911
- Created: 2023-07-31T11:35:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-26T15:11:26.000Z (8 months ago)
- Last Synced: 2025-09-26T15:24:34.980Z (8 months ago)
- Topics: ingress, niantic, nianticlabs, pocketbase, svelte
- Language: Svelte
- Homepage: https://ingress.plus
- Size: 4.32 MB
- Stars: 17
- Watchers: 1
- Forks: 5
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
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
```