This is the source code of Distrohop.
Get started by installing Distrohop:
pnpm i
Ensure you have Pnpm installed for the best experience.
DATABASE_URL
: Your pooled database URL.
Handle these variables securely in a separate .env
file for data protection.
Distrohop leverages the Nitro server by provided by Nuxt. Explore the code in
src/server
for customization.