Skip to content

KZGlobalTeam/cs2kz-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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