woflydev / rpn-calculator

Web-based calculator for Reverse Polish Notation.

Home Page:https://rpn.woflydev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BRUH - A Bad Reverse Polish Notation Calculator

In case you were wondering, BRUH stands for Bad RPN Utility without Heaps. engine/ does not run with the website.

ZIP file codebase does not include Firebase deployment configuration. Please use the GitHub repository for the full codebase and consult the Firebase CLI Documentation for further informatio on custom deployment.

In order to deploy, ensure that Firebase is installed by running:

npm install -g firebase-tools

Then, run:

firebase login

To initialize the repository with your own cloud project, run:

firebase init

Finally, run the script to copy over required files to the public directory for deployment:

./deploy.bat

Have fun and happy RPN calculating!

About

Web-based calculator for Reverse Polish Notation.

https://rpn.woflydev.com


Languages

Language:JavaScript 46.4%Language:TypeScript 25.3%Language:HTML 15.5%Language:CSS 10.8%Language:Batchfile 2.0%