Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 576 Bytes

File metadata and controls

23 lines (14 loc) · 576 Bytes

Note: This project is currently a work in progress. There are known issues with consistency, performance, and overall code organization that need to be addressed. The codebase is undergoing active development and cleanup.

5Stack Web

5Stack is a platform for organizing and managing competitive CS2 matches and tournaments.

Please visit 5Stack for more documentation.

Setup

Make sure to install the dependencies:

yarn

Development Server

Start the development server on http://localhost:3000:

yarn dev