Skip to content

dedo1911/ingress-plus

Repository files navigation

Ingress Plus

Fan site not officially affiliated with Ingress or Niantic Labs!

Developing

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

yarn dev

Building

To create a production version of the app:

yarn build

You can preview the production build with yarn preview.

Committing

This repository is commitizen friendly. To commit use:

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