View and manage your frequently used links in a convenient way.
Bento is a tool to help manage and organize your frequently used links in a convenient way. It allows you to create lists of links, known as "bentos," which you can access quickly whenever you need them. This makes it easier for you to navigate to your favorite apps, pages, and resources with just a few clicks.
Clone the project:
git clone https://github.com/instantrahmen/bento-app.git
Go to the project directory:
cd bento-app
Copy the .env.example file to .env and fill out the required keys. For the Discord ID and secret, go to https://discord.com/developers/applications and create a new application.
For the GitHub ID and secret, go to https://github.com/settings/apps and create a new application.
cp .env.example .env
Generate a new auth secret (remember to copy it into .env):
openssl rand -hex 32
Install dependencies:
bun install
Create the database:
bun db:push
Start the development server:
bun dev
Please read the Code of Conduct before contributing. It's based on the Contributor Covenant v2.1 and has been slightly adapted for extra clarity.
Distributed under the MIT License. See LICENSE for more information.