Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T14:12:04.000Z (over 2 years ago)
- Last Synced: 2024-10-28T13:30:59.986Z (about 2 months 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
[![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
```