Skip to content
/ OpenLink Public
forked from HiberFile/HiberLink

🔗 Link Shortener: HiberLink, without Hiber, with the same guy behind.

Notifications You must be signed in to change notification settings

bc1bb/OpenLink

 
 

Repository files navigation

OpenLink

(2023 rewrite)

OpenLink is a link shortener based on HiberLink. This is it's rewrote version in Symfony with Tailwind. It used to be made in bare PHP with handwritten CSS.

OpenLink Dark Mode OpenLink White Mode
OpenLink Dark Mode OpenLink White Mode

Docker Setup

  • cp .env.example .env
  • edit .env
  • docker compose up -d
  • docker compose exec onlk bin/console doctrine:migrations:migrate

After building, don't forget to remove unused images.

Non-Docker Setup

  • cp .env.example .env
  • edit .env
  • composer install
  • php bin/console doctrine:migrations:migrate
  • npm install
  • npm run build
  • composer dump-env prod
  • [dev]: symfony server:start

About

🔗 Link Shortener: HiberLink, without Hiber, with the same guy behind.

Resources

Stars

Watchers

Forks

Languages

  • PHP 56.7%
  • JavaScript 21.8%
  • Twig 15.8%
  • Dockerfile 4.9%
  • Other 0.8%