Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/namoscato/contribution-trends
- Owner: namoscato
- Created: 2024-01-15T11:58:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T02:45:55.000Z (10 months ago)
- Last Synced: 2024-04-08T20:52:56.174Z (7 months ago)
- Language: Svelte
- Homepage: https://github-contribution-trends.vercel.app
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.