GithubHelp home page GithubHelp logo

tj09 / rischdev.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rischdev/rischdev.github.io

0.0 0.0 0.0 121.39 MB

Note Tool for BN and SF games

HTML 2.26% JavaScript 88.32% CSS 9.42%

rischdev.github.io's Introduction

TeamBN Notes Tool

This notes tool is designed to allow runners to create routes in a JSON format that can be parsed and displayed in a neat format, and integrate their route with the tracking tool.

Below are instructions on how to submit your route for review.

Step 1: Create new branch

Create a branch by going to the repo home page. You will then see master near the top left. Click that, and type in the new for your new branch.

Step 2: Add your route to the new branch

Upload your file into the public/notes directory.

Step 3: Update routes.json (Optional)

You may skip this step if you are only updating an existing route.

Update the src/notes/routes.json file to include your route.

For example, let's say you want to add an MMBN1 route. The routes.json file might look like:

    "MMBN1": [
        {
            "title": "Example Route Title",
            "path": "example_path"
        }
    ]

To add your route, add a comma after the last item in the game list, then add your route using this template.

        {
            "title": "YOUR ROUTE TITLE HERE",
            "path": "YOUR_PATH_HERE"
        }

In the MMBN1 example, routes.json should look like this after you've updated it:

    "MMBN1": [
        {
            "title": "Example Route Title",
            "path": "example_path"
        },
        {
            "title": "YOUR ROUTE TITLE HERE",
            "path": "YOUR_PATH_HERE"
        }
    ]

Step 3: Submit a Pull Request

Finally, submit a pull request. You may do this by clicking "Pull Requests" in the github repo navigation, then clicking "Create pull request" button and selecting your branch under the "compare" dropdown.

Step 4: Wait patiently

Risch (or others once I eventually add additional admins) will review your request, verify the route doesn't break anything, and then accept the pull request. We will then deploy the changes to the live version so that everyone can see and use your route. If you have waited a few days and your pull request hasn't been seen yet, feel free to ping Risch on Discord. :)

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.