Giter Club home page Giter Club logo

isthereafuckinggame's Introduction

Is there a fucking ____ game today?

Quickstart

Run a local build

Install the dependencies

npm ci

Run the Server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Export, and serve, the static site

Install the dependencies

npm ci

Build the assets

npm run build:production

Run a static webserver

npm run serve-static

Create a version for your favorite team

There are two things that need to be done to add a team:

Edit the application variables:

  • Edit the @homeTeamColor variable in ./src/client/styles/globals.css
  • Edit the anything you'd like to change in variables in ./next.config.js

Download the schedule and convert it to json:

  1. Go to the MLB Schedule Website
  2. Click on "Downloadable Schedule" for your team
  3. Scroll down and download the "Full Season Schedule" csv file
  4. Run node schedule-converter.js with the csv you just downloaded

Note: The converter script relies on several Node modules. Make sure you've already run npm ci

Credits

Many many thanks to isthereagiantsgametoday for the inspiration.

License

MIT License

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.