Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 682 Bytes

File metadata and controls

18 lines (12 loc) · 682 Bytes

CS2KZ Documentation

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.

https://docs.cs2kz.org

Running locally

In order to run this project locally

  1. Clone the repository using git clone https://github.com/KZGlobalTeam/cs2kz-docs.git
  2. Navigate to the project directory cd cs2kz-docs
  3. Install Dependencies npm install
  4. Run development server npm run dev
  5. Navigate to http://localhost:5173/ on your browser