Tux Exchange
Tux Exchange is a virtual market that allows users of the All Things Linux Discord to bet/invest on certain things pertaining to the Linux community.
NOTE: This is for fun and is not real money nor can it be traded for real money. This is a virtual market. NOTE 2: This is NOT accuratelinuxgraphs.com certified.
- Clone the repository.
- Run
npm install
to install deps - Run
npm run dev -- --open
to test the application
npm run build
to build the websitenpm run preview
to preview the production build
- Run
npm run format
to format the code
WIP