Code Monkey home page Code Monkey logo

kcexport's Introduction

Kancolle Export Lists

Build Status

Website https://export.kc-db.info. Ship list example

Made for easy sharing digital version of ship lists. Equip lists are planned feature.

Is actively using following projects:

Frameworks and other worse mentioning links:

Installation

1. Setup environment

You have two variants:

  • Docker way
    • install docker-compose.
    • make .env based on .env.example.
    • go to the project directory and run docker-compose up -d.
    • after image started, connect to it using docker-compose exec kcex bash.
  • Native way
    • check Dockerfile for string like this FROM node:8.11.2. 8.11.2 here is node version that you will need. Download and install it from nodejs.org.
    • go to project root folder.

2. Setup modules

  • generally all you need to do now is run npm run install to get node_modules

3. Update helper files

If you don't care about traffic just run npm run init otherwise follow steps bellow.

This step will most likely would be repeated a lot. Once new ship\remodel is added or new equip is out or stats changed etc.

  • if you've previously downloaded WCTF run npm run versionCheck
  • you will need to run script that will download WCTF db files (btw spend a minute and add a star, we use it a lot after all). To do so run npm run WCTF. If you want to update existing db files you need to manually remove them from ./external folder.
  • now you need to make ship and item sprites!
    • 2 options here
      • either copy images without _d from KC3Kai/src/assets/img/ships to src/images/ships (check .gitignore for more info)
      • or run npm run KC3Avatars
    • if needed update lock images src/images/locks
    • download item icons with npm run KC3Items
    • run npm run sprites

4. Run local server

  • run npm run serve

5. Deploy

  • To be discussed. Probably Travis will deploy stuff from master.

kcexport's People

Contributors

dynamicstop avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.