Git Product home page Git Product logo

hellfall's Introduction

It's hellfall

Like scryfall but for Hellscube. Also other stuff.

Core hellfall application.

This page contains random card selectors used for various cubes to make irl drafting smoother. currently only supports 1.

Scripts used for extracting and transforming data

This pages contains tools to help with building a deck then exporting it to tabletop simulator (or other formats)

todo list

Getting started/How to guides

You want to contribute? Great!

Onetime setup

  1. Download VS Code, it is a great dev environment
  2. Install node/npm. Pretty much any version should work
  3. Download GitHub Desktop, or not, it's just super easy to deal with
  4. Install yarn
  5. Clone this repo. Github Desktop > File > Clone Repo > https://github.com/bones-bones/hellfall.git

After pulling down the repo you should

  1. Open a terminal, cd into the repo
  2. run yarn clean (this deletes old version dependencies and old build output)
  3. run yarn (this installs new tools and dependencies)

To develop

  1. Run yarn start
  2. Write code

Updating the database

  1. Go to the Hellscube Database google sheet
  2. File > Download > CSV
  3. Open the csv in a text editor
  4. Delete the first two lines
  5. Convert it to json: probably via this
  6. Copy the output and place it in the data value of (./src/data/Hellscube-Database.json), save
  7. run yarn transform-hc (this extracts the type and creator datasets)

Committing code

  1. Open GitHub Desktop
  2. Branch > New Branch > Bring changes
  3. Push code
  4. Branch > Create Pull Request

hellfall's People

Contributors

bones-bones avatar

Watchers

 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.