Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/namoscato/contribution-trends

Visualize your GitHub contributions over time
https://github.com/namoscato/contribution-trends

Last synced: 27 days ago
JSON representation

Visualize your GitHub contributions over time

Awesome Lists containing this project

README

        

# GitHub Contribution Trends

Visualize your GitHub contributions over time.

Built with [SvelteKit](https://kit.svelte.dev/) and deployed on [Vercel](https://vercel.com/).

## Developing

1. Install dependencies:

```bash
npm install
```

1. Start a development server:

```bash
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.