Blaseball Reference is a website that provides statistics for every* player in Blaseball history.
- Git
- Node: any 12.x or 13.x version
- Yarn
- A fork of the repo, if you wish to contribute
cd blaseball-reference.com
to go into the project rootyarn
to install the website's npm dependencies
yarn dev
to start the development serveropen http://localhost:3000/
to open the development server
git checkout dev
from any folder in your local repogit pull origin dev
to ensure you have the latest codegit checkout -b your-feature-branch dev
to create your feature branch
- Follow the "Running Locally" instructions
- Save the changed files and check
http://localhost:3000/
- Test any visual changes in desktop and mobile viewports
- Test if changes meet accessibility standards
git add -A && git commit -m "A title for your changes"
to stage and commit your changesgit push your-fork your-feature-branch
- Visit github.com/mjhale/blaseball-reference.com and submit a pull request
This is a Next.js project bootstrapped with create-next-app
. It uses Chakra UI as a modular component library.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Chakra UI Documentation - learn more about Chakra UI components