Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bchiang7/octoprofile

A nicer look at GitHub profiles built with Next.js and the GitHub API
https://github.com/bchiang7/octoprofile

chartjs github-api nextjs

Last synced: 10 days ago
JSON representation

A nicer look at GitHub profiles built with Next.js and the GitHub API

Awesome Lists containing this project

README

        

# OctoProfile

A nicer look at your GitHub Profile! With charts!

![demo](https://raw.githubusercontent.com/bchiang7/octoprofile/master/static/og.png)

Built with:

- [Next.js](https://nextjs.org/)
- [GitHub Polyglot](https://github.com/IonicaBizau/node-gh-polyglot)
- [Chart.js](https://www.chartjs.org/)
- [React Flip Move](https://github.com/joshwcomeau/react-flip-move)
- [Styled Components](https://www.styled-components.com/)

## Getting Started

1. Install dependencies

```bash
yarn
```

2. Fire up the server and watch files

```bash
yarn dev
```

## Deployment

1. Install the Now CLI

```bash
yarn add now
```

2. Deploy!

```bash
now
```