Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 666 Bytes

File metadata and controls

29 lines (17 loc) · 666 Bytes

TEx

Tux Exchange

About

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.

Developing

  • Clone the repository.
  • Run npm install to install deps
  • Run npm run dev -- --open to test the application

Building

  • npm run build to build the website
  • npm run preview to preview the production build

Formatting

  • Run npm run format to format the code

Contributing

WIP