Skip to content

Jbaukens/ogame-tracker

 
 

Repository files navigation

ogame-tracker

Operation System: any that can run Node.js

Tools necessary: Node.js >= 15

How to build:

  1. npm install

  2. then one of

    • npm run dev:firefox (development build for Firefox)
    • npm run dev:chrome (development build for Chromium)
    • npm run build:firefox (production build for Firefox, creates zip-archive)
    • npm run build:chrome (production build for Chromium, creates zip-archive)
  3. output is in dist directory

    • created zip-archive will be there as well

Alternatively run npm run publish which will create zipped production builds for both Chrome and Firefox ready to upload.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.2%
  • Vue 28.0%
  • CSS 17.5%
  • JavaScript 1.6%
  • Other 0.7%