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

xhyrom-archive/Uptimo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!