Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 676 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 676 Bytes

Distrohop

CI

Introduction

This is the source code of Distrohop.

Getting Started

Installation

Get started by installing Distrohop:

pnpm i

Ensure you have Pnpm installed for the best experience.

Environment Variables

  • DATABASE_URL: Your pooled database URL.

Handle these variables securely in a separate .env file for data protection.

Technology Stack

Distrohop leverages the Nitro server by provided by Nuxt. Explore the code in src/server for customization.