Skip to content

jeffy-g/cerebral-web

Repository files navigation

Cerebral-web license: AGPL v3

Character Manager for EVE Online. (Rewrote https://github.com/PrometheusSatyen/Cerebral with typescript

Details:

  • https://github.com/PrometheusSatyen/Cerebral web browser version.

  • Data management by IndexedDB.

  • ESI request using Fetch API.

  • Material-UI latest version.

  • added wallet, assets view etc to his program.

  • others: can switch datasource to tranquility, singularity.

    • ⚠️ Currently, singularity test server ESI is disabled, see here for details.

limited version (beta 2020/6/7

How to build

  • Basically, build with webpack

    # production build
    yarn webpack:prod
    # development build
    yarn webpack
    
    # do "browser-sync" (global) install to run on local server
    yarn site:prod # production build
    yarn site:dev  # development build
  • When SDE (STATIC DATA EXPORT) is updated

    # More details see `./resources/eve-tool.js`
    yarn eve-tool -cmd all

    NOTE: You may need to modify the generated source if necessary

TODO

  • There are many things I want to implement and improve, but now I have no motivation or time...🤔