Update README.md

This commit is contained in:
Caracal.js 2022-02-23 19:29:09 -05:00 committed by GitHub
parent 8c757d3c1b
commit 4ef3e47673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,3 +3,12 @@ Ultraviolet application
[![Deploy to Heroku](https://raw.githubusercontent.com/BinBashBanana/deploy-buttons/master/buttons/remade/heroku.svg)](https://heroku.com/deploy/?template=https://github.com/titaniumnetwork-dev/uv-app)
[![Run on Replit](https://raw.githubusercontent.com/BinBashBanana/deploy-buttons/master/buttons/remade/replit.svg)](https://replit.com/github/titaniumnetwork-dev/uv-app)
Deploying on machine
```
git clone https://github.com/titaniumnetwork-dev/uv-app/
cd uv-app
npm install
npm start
```