Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

whizzes/gabble-frontend

Repository files navigation

Warning This project now lives on https://github.com/whizzes/gabble

Gabble Frontend

A "Host Yourself" Chat powered by Rust and Whizzes Contributors

Discord Build Tests Lint

Development

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

License

Licensed under the MIT License