Requirements:
git clone https://github.com/xHyroM/Shortener.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!
If you want ShareX support, you need enable NEXT_PUBLIC_SHAREX_SUPPORT
in .env.local
Then when you launch the page you go to the Config page (in navbar) where the config will be generated.
^ You need edit URL and Authorization (if you have enabled NEXT_PUBLIC_AUTHORIZATION
)