Skip to content

bc1bb/OpenLink

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
This branch is 44 commits ahead of HiberFile:master.

Latest commit

 

Git stats

Files

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

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%