Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 566 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 566 Bytes

Short URL

A website that allows you to transform an url to a short url. You can access the website here.

Built with Next.js and MUI.

Getting Started

First, create the .env file and fill the informations needed.

cp .env.example .env

If you want to launch it in production mode, you can juste run the docker container:

docker-compose up -d

If you want to launch it in development mode, you can run the following commands:

npm install
npm run dev