Skip to content

data-exp-lab/deepgit

Repository files navigation

WESE Logo

DeepGit

Overview

DeepGit is a free, open-source web application designed to help researchers and research software engineers discover and explore research software within specific domains. It is a joint effort between the University of Illinois Urbana-Champaign's Data Exploration Lab and NumFOCUS's Map of Open Source Science

Development

Prerequisites

  • Node.js (v16 or higher)
  • npm (v8 or higher)

Getting Started

  1. Clone the repository:
git clone https://github.com/data-exp-lab/deepgit.git
  1. Install frontend dependencies:
cd deepgit
npm install
  1. Install the backend dependencies:
cd backend
pip install -r requirements.txt
  1. Start the development server:
cd ..
bash start.sh

Acknowledgment

DeepGit is built upon Retina developed by OuestWare

License

The software is available under GNU GPLv3 license.

Contact

For any queries, please open an issue on GitHub