/Glyphs

Primary LanguageHTMLMIT LicenseMIT

Ingress-Glyphs

Init the development workspace

  1. Clone the repository git clone htpps://github.com/Suburbanno/Ingress-Glyphs.git
  2. Move inside the folder cd Ingress-Glyphs
  3. Install the dependencies npm install or yarn install

Develop the app

$ npm dev
# or
$ yarn dev

Build the app

$ npm build
# or
$ yarn build