Code Monkey home page Code Monkey logo

cantsay.github.io's Introduction

B S S D A M A G E C A L C ~

Build Status

for all your bs singles calculations. based on the work by Jake White (@squirrelboyvgc)

The calculator now supports custom sets. These can be input within the calculator using the official Pokemon Showdown format.

Nickname (Species) @ Item
Ability: Name
Level: #
EVs: # Stat / # Stat / # Stat
Serious Nature
IVs: # Stat
- Move Name
- Move Name
- Move Name
- Move Name

The calculator also adds manual auras and aura breaks, as well as a completely new list of SwSh BSS sets.

Contributing:

The site is powered by Jekyll, with linting by nodejs' eslint.

Do NOT Edit anything under the _site folder, it is regenerated whenever you make changes to the other files and edits made there will NOT be saved.

Jekyll uses the Liquid templating language, combined with a YAML Front-Matter to serve pages. This allows us to use templates and {% includes %} tags (see /_layouts/default.html) to avoid repeating content (such as the header used by both index.html and /_pages/privacy.html) with the following in the YAML Front-Matter:

---
layout: default
---

This means that any page with this Front-Matter will use default.html injected with its contents where it says {{ content }}.

Different layouts can be used but they would have to be created separately.

Aside from that, the repo should be fairly simple to navigate.

Build Instructions

  1. Install Ruby and Bundler.
  2. Double-click setup.bat (NOTE: This only needs to be done once!)
  3. Double click run.bat to view your changes!

Testing and PRing changes

We use travis-ci to maintain code standards. Please ensure your code passes our tests before submitting your PR!

  1. Install nodejs.
  2. Double click test.bat.
  3. Fix any errors (fix.bat could help with this!) turned up by the test!
  4. PR your changes!

Handy Links:

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.