Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 670 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 670 Bytes

Keeparr

Unified workspace for everyone

Prerequisites

  • Bun (v1.0 or higher)
  • Docker (for development database)
  • Node.js (v18 or higher)

Installation

The project is currently working in progress but you can

  1. Clone the repository:

  2. Install dependencies:

    bun install
  3. Set up environment variables:

     cp .env.example .env
  4. Start the development server

    this will also start the docker containers

    bun dev

Contributing

Pull requests are welcome.

License

MIT