Skip to content

KZGlobalTeam/cs2kz-website

Repository files navigation

CS2 KZ Website

This project provides a website that communicates with the CS2KZ API. You can view records, maps, courses, player profile and servers on this website. It's built with Nuxt and TailwindCSS.

Development Setup

Set up the API following the instructions there.

Make sure your Nodejs version is on 20 or later. Install pnpm if you don't have it.

Clone this project and run pnpm i to install dependencies.

Make a copy of .env.example and rename it to .env, put the url of the API (e.g. http://127.0.0.1:42069) after the environment variable NUXT_PUBLIC_API_BASE.

Run pnpm dev and go to http://127.0.0.1:5173 in your browser when it's ready.

Releases

No releases published

Packages

No packages published

Languages