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

xhyrom-archive/Uptimo

Repository files navigation

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!