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

https://github.com/vxcontrol/vxcontrol.com


https://github.com/vxcontrol/vxcontrol.com

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# vxcontrol.com Website
[![Package - react](https://img.shields.io/github/package-json/dependency-version/vxcontrol/vxcontrol.com/react?color=blue)](https://www.npmjs.com/package/react)
[![Package - next](https://img.shields.io/github/package-json/dependency-version/vxcontrol/vxcontrol.com/next?color=blue)](https://www.npmjs.com/package/next)

# Getting started
Run the following command on your local environment:

```bash
npm install
```

Then, you can run locally in development mode with live reload:
```bash
npm preview
```

# Deploy to production

```git push origin ```