Skip to content

CachyOS/public-dashboard

Repository files navigation

CachyOS Repository Dashboard

The web dashboard for the CachyOS repositories provides a user-friendly interface to search and view packages.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/cachyos/public-dashboard.git
    cd public-dashboard
  2. Install the dependencies:

    bun --bun install
  3. Start the development server:

    bun --bun run dev

The application will be available at http://localhost:3000.

Building for Production

To create a production-ready build, run the following command:

bun --bun run build

This will create an optimized build in the .next directory. To run the production server, use:

bun run start

Building and Running with Docker

You can also build and run the web dashboard using Docker.

Build the Docker Image

To build the Docker image, run the following command from the root directory:

docker build -t public-repo-dashboard .

Run the Docker Container

To run the Docker container, use the following command:

docker run -p 3000:3000 public-repo-dashboard

The application will be available at http://localhost:3000.

About

CachyOS Package Repository dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published