Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```