# vali-city **Repository Path**: mirrors_RadValentin/vali-city ## Basic Information - **Project Name**: vali-city - **Description**: Matrix themed total conversion mod for GTA:VC made in Romania - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vali-city [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/RadValentin/vali-city) Empty project. ## Building and running on localhost First install dependencies: ```sh npm install ``` To run in hot module reloading mode: ```sh npm start ``` To create a production build: ```sh npm run build ```