Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 666 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 666 Bytes

How to install

Requirements:

git clone https://github.com/xHyroM/Uptimo.git
cd Muploader

npm ci

# Rename template.env.local to .env.local
mv template.env.local .env.local

# Change enviroments in .env.local 
nano .env.local

# After save
npm run build

npm run start -- -p 8080
# Running!