A simple web application to caclulate the approximate power of a BTD6 paragon based on in game factors.
The webpage is situated in the project directory under webpage. An express server, app.mjs
, has been included to run the page locally.
The webpage is being hosted through Github Pages at the following address:
https://kaister300.github.io/BTD6ParagonCalculator/
Node.js will only be used to run the express server.
npm install
Using the following commands will start the server:
npm start
OR
node project/app.mjs
Building the website requires Python3 and the python-dotenv
package from pip. The build script can be run using:
py project/make.py