Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunanshub/distrohop
The one-stop shop for your distrohopping needs
https://github.com/arunanshub/distrohop
distrohopper linux nuxt nuxt3 os vue3
Last synced: 28 days ago
JSON representation
The one-stop shop for your distrohopping needs
- Host: GitHub
- URL: https://github.com/arunanshub/distrohop
- Owner: arunanshub
- Created: 2023-08-07T14:29:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-08T14:50:22.000Z (7 months ago)
- Last Synced: 2024-04-09T06:24:14.175Z (7 months ago)
- Topics: distrohopper, linux, nuxt, nuxt3, os, vue3
- Language: TypeScript
- Homepage: https://distrohop.vercel.app
- Size: 1.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distrohop
[![CI](https://github.com/arunanshub/distrohop/actions/workflows/ci.yml/badge.svg)](https://github.com/arunanshub/distrohop/actions/workflows/ci.yml)
## Introduction
This is the source code of Distrohop.
## Getting Started
### Installation
Get started by installing Distrohop:
```bash
pnpm i
```Ensure you have [Pnpm](https://pnpm.io/) 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.