An open API service indexing awesome lists of open source software.

https://github.com/aktech/gitspace

Space occupied by your public repositories
https://github.com/aktech/gitspace

github repository

Last synced: 9 months ago
JSON representation

Space occupied by your public repositories

Awesome Lists containing this project

README

          

# Gitspace

[![Build](https://github.com/aktech/gitspace/actions/workflows/test.yml/badge.svg)](https://github.com/aktech/gitspace/actions/workflows/test.yml)

A simple app to know the space occupied by your public repositories: https://gitspace.io

![alt text](public/preview.png "Preview")

## Running the app locally

* Install npm: https://www.npmjs.com/get-npm
* Install dependencies

```bash
yarn install
```

* Run the app locally

```bash
yarn start
```

Checkout: http://localhost:3000/

## Deploy to github pages

```
yarn run deploy
```