GithubHelp home page GithubHelp logo

herotc / bfa.herodamage.com Goto Github PK

View Code? Open in Web Editor NEW
24.0 4.0 14.0 3.49 GB

Battle for Azeroth version of HeroDamage

Home Page: https://bfa.herodamage.com/

License: European Union Public License 1.2

JavaScript 98.43% Shell 1.57%

bfa.herodamage.com's Introduction

bfa.herodamage.com

Battle for Azeroth version of HeroDamage.

This website was created in order to serve Rogue Theorycrafting Resources and Simulation results before being extended to every classes. Simulations are powered by SimcScripts.

Quick Start

Prerequisites

Make sure to have the Node.js version referenced in the package.json (engines key) installed.

If you use NVM (Node Version Manager) which is the recommended way to have Node.js installed, you can just do:

nvm use

And it will use the correct version (under the hood, it does use the .nvmrc file)

Also, make sure to have the latest stable version of the package manager of your choice (npm or yarn).
For the rest of this quick start, we will use npm, and this is the package manager used by this project.

Installation

You can then install all the dependencies with:

npm install

Development Server

Then you can run the development server with:

npm run develop

You can now go to http://localhost:8000/ to preview the changes.
There is also GraphiQL, an in-browser IDE, available at http://localhost:8000/___graphql to help building the GraphQL queries.

Production Build

If you want to see what the production build would looks like, you can with:

npm run build

Then check the public folder.

In addition, if you want to see the result in the browser, you can do:

npm run serve

Contributing

This project follows StandardJS coding style using ESLint linter.
The main dependency is GatsbyJS that does use React, GraphQL, webpack and Babel.
We also use LinguiJS, styled-components and material-ui.
Make sure to have the corresponding plugins (if available) in your IDE for a better support of those.

Contributors

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.