Files
tam3/README.md
2025-10-11 14:29:34 -04:00

27 lines
961 B
Markdown

# TAM3 - Web Based
This is the new web based version of Ticket Auction Manager. I decided to delete and redo it to rehash some things.
Goals for this project:
- To get everything working from [TAM-API](https://www.github.com/dbob16/tam-api)
- Web-based version
- Also have a desktop app available (eventually, maybe Electron or Tauri based)
**This is under _active_ development**
## Setting up
After cloning, cd'ing into webapp, and running `npm install` followed by `npm run dev` there's one thing you have to do before testing the rest.
That is making prefixes.
On the main menu press "Alt (or Option) + a" to toggle admin mode. Then click Prefix editor to open the form to edit prefixes.
## Status
Features from TAM-API are all hashed out. Currently the project is in working order, just hashing out different deployment options.
## How-to
Content on how to deploy and use will likely end up in the Wiki tab as I get time to publish such effects.