https://github.com/radvalentin/vali-city
Matrix themed total conversion mod for GTA:VC made in Romania
https://github.com/radvalentin/vali-city
gta gta-vice-city half-life-2 matrix mod romania total-conversion vice-city video-game
Last synced: 5 months ago
JSON representation
Matrix themed total conversion mod for GTA:VC made in Romania
- Host: GitHub
- URL: https://github.com/radvalentin/vali-city
- Owner: RadValentin
- Created: 2019-01-11T17:29:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T14:12:04.000Z (about 4 years ago)
- Last Synced: 2025-02-08T15:13:57.022Z (over 1 year ago)
- Topics: gta, gta-vice-city, half-life-2, matrix, mod, romania, total-conversion, vice-city, video-game
- Language: HTML
- Homepage: https://vali-city.com
- Size: 4.88 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vali-city
[](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
```