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
- Host: GitHub
- URL: https://github.com/aktech/gitspace
- Owner: aktech
- Created: 2020-03-07T18:38:03.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T00:22:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T18:06:16.821Z (10 months ago)
- Topics: github, repository
- Language: JavaScript
- Homepage: https://gitspace.io/
- Size: 3.13 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitspace
[](https://github.com/aktech/gitspace/actions/workflows/test.yml)
A simple app to know the space occupied by your public repositories: https://gitspace.io

## 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
```