Go to file
James Skemp 9b3c11543e Update eslint package 2023-09-22 21:24:47 -05:00
.vscode Add default VS Code workspace preferences 2019-05-18 22:36:52 -05:00
v1 Swap positioning with CSS grid (#19) 2023-09-23 02:22:26 +00:00
.editorconfig Add initial empty editorconfig 2019-05-18 21:50:37 -05:00
.eslintrc.js Add eslint package to v1 2019-05-18 22:15:40 -05:00
.gitignore Add gitignore from TypeScript branch as we'll need it later 2018-08-30 17:07:54 -05:00
README.md Update README with eslint info 2019-05-18 22:41:11 -05:00
index.html Format whitespace 2019-05-18 22:37:01 -05:00
package-lock.json Update eslint package 2023-09-22 21:24:47 -05:00
package.json Update eslint package 2023-09-22 21:24:47 -05:00

README.md

Battle INF v1+

This project is a fork of version 1 of Battle INF.

Much credit goes to Jason Boone (zephren) for all of the work he put into the original project.

Goals of this project

This project is meant to extend and fix the original Battle INF, to understand how the original system was designed.

How to run this project

Clone the repo and then point a web server to the root directory.

If you have Node installed, I use http-server:

  1. Run npm install http-server -g if you don't already have it installed.
  2. Run http-server.

What this project fixes

  • On the Heroes Action page, the Test functionality now works.
  • External resources now load over HTTPS.

What this project adds

WIP

  • Node support. Run npm install when first pulling down the project.
  • eslint
    • Run npm run lint to list issues.

What this project changes

WIP