Skip to content

instantrahmen/bento-app

Repository files navigation

Bento App

View and manage your frequently used links in a convenient way.


🌟 About the Project

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.

👾 Tech Stack

🏃 Run Locally

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

📜 Code of Conduct

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.

⚠️ License

Distributed under the MIT License. See LICENSE for more information.

About

Manage links for quick access from any device

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published