A customizable, open-source and self-hosted Linktree alternative
# 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