No description
Find a file
dependabot[bot] 1bc12ed72d
Bump on-headers and compression
Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together.

Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases)
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0)

Updates `compression` from 1.7.4 to 1.8.1
- [Release notes](https://github.com/expressjs/compression/releases)
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/compression/compare/1.7.4...v1.8.1)

---
updated-dependencies:
- dependency-name: on-headers
  dependency-version: 1.1.0
  dependency-type: indirect
- dependency-name: compression
  dependency-version: 1.8.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-17 21:41:46 +00:00
.github/ISSUE_TEMPLATE 📺 Create issue templates 2019-06-17 13:12:19 -04:00
src css fixes after merging 4th tree PR 2025-06-14 04:36:36 -04:00
.editorconfig 💥 Borderlands 3 skill planner PWA 2019-05-03 02:32:14 -04:00
.eslintrc.json 👮 add eslint 2019-05-03 18:29:22 -04:00
.gitignore 💥 Borderlands 3 skill planner PWA 2019-05-03 02:32:14 -04:00
LICENSE Create LICENSE 2019-05-07 13:17:23 -04:00
package-lock.json Bump on-headers and compression 2025-07-17 21:41:46 +00:00
package.json npm audit fix 2025-06-14 03:51:31 -04:00
pwa.config.js Got it working 2019-05-06 03:44:45 -04:00
README.md Create README.md 2019-05-07 13:32:35 -04:00

bl3skills.com

Repo for a BL3 skill planner

Windows - everything you need:

You can install the prerequisites any way you want, but I recommend using Chocolatey.

You'll need a tool called git which manages software versions. Open a command prompt and enter choco install git
I don't use Windows, I think you might have to use an Administrator command prompt.

You'll need a code editor. I suggest Visual Studio Code:
choco install vscode

This project is built with a Javascript tool called Node. You need Node Package Manager, aka npm:
choco install npm

To download this source code, in a command prompt in the folder you want to use, run
git clone "https://github.com/seigler/bl3skills.com.git"

Install the Node dependencies with npm install

Start the project with npm run watch

Open the project folder in Visual Studio Code and make whatever changes you want. The project should update along with your changes.

Resources:

How to use Git: https://www.codecademy.com/learn/learn-git
How to build a React project (Preact is very very similar to React): https://www.codecademy.com/learn/react-101
Preact documentation: https://preactjs.com/
PWA.cafe documentation: https://github.com/lukeed/pwa