Skip to content

Releases: JesusGTech/WiseSpendAI

WiseSpendAI v1.0.0

29 Apr 23:47
e147510

Choose a tag to compare

Official release of WiseSpendAI

(Please read the ReadMe for more information about the software)

Running the Project
Because the project is a static HTML app, you can run it locally in a browser.
For best results run this project on a chromium based browser

Option 1: Open directly
Open index.html in your browser.

Option 2: Use a local server
If you prefer running it through a simple local server:

python3 -m http.server 8000
Then open:

http://localhost:8000