/link-ent

🌲 A lightweight Linktree alternative built with Bootstrap 4 and Vue.js for Github Pages.

Primary LanguageJavaScript

LinkEnt

A customizable, open-source and self-hosted Linktree alternative

Build and Deploy

# clone repo locally
git clone git@github.com:pi-mont/link-ent.git my-project-name

# switch to new-leaf branch
git checkout new-leaf

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# deploy to Github Pages branch
yarn deploy