Welcome to the official CS2KZ documentation repository!
This project provides resources and guides for the CS2KZ community, including map creation, modes, filters, and more. Whether you're a player, developer, or map creator, this documentation will help you understand the ins and outs of CS2KZ.
In order to run this project locally
- Clone the repository using
git clone https://github.com/KZGlobalTeam/cs2kz-docs.git
- Navigate to the project directory
cd cs2kz-docs
- Install Dependencies
npm install
- Run development server
npm run dev
- Navigate to
http://localhost:5173/
on your browser