Warning This project now lives on https://github.com/whizzes/gabble
We use Bun.sh to run this project. We recommend you install it to contribute w/o any issues.
npm i -g bun
# clone repository
git clone git@github.com:whizzes/quicklink-dashboard.git
# cd into the new directory
cd ./quicklink-dashboard
# create a `.env` file by copying contents from `.env.example`
cp .env.example .env
# install dependencies
bun i
# optional: make sure quicklink server is running
lsof -i -P -n | grep LISTEN
# run on development mode
bun run dev:open
# optional: if you don't want the browser to open-up automatically run
# "bun run dev" instead
Licensed under the MIT License