? Cartridge is currently in development and is not yet ready for use. Stay tuned! ?
About
Cartridge is a convenient browser for your game collection with easy file downloads and automatically imported metadata and images. This project is designed to be self-hosted on your local server.
Development
Requirements
- Node
- Yarn
- Docker
- Docker Compose
- API key from IGDB
Instructions
- Clone the repository.
git clone https://github.com/jamjnsn/cartridge.git
- Install dependencies.
yarn
- Generate JWT secret and add to
.env
.
openssl rand -base64 32