Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

axelrindle/github-starred-index

Repository files navigation

CI Docker Image Version (latest semver) Codacy Badge

Archived

Github introduced their own list feature for organizing starred repositories, so this project is obsolete.

github-starred-index

🌠 A simple webservice that indexes your starred GitHub repositories.

Requirements

  • Node.js >= 14

  • MongoDB >= 4

  • A modern web browser (e.g. Firefox 88, Chrome 90)

Features the web browser must support

Installation

Manual

  1. Clone the repository

  2. Install dependencies

npm install
  1. Compile source files
npm run compile:css
npm run compile:js
  1. Start the server
node backend/main.js

Docker Compose

Use the existing docker-compose.yml as a template.

Configuration

For detailed instructions, visit the wiki.

License

MIT

Copyright notices