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

https://github.com/mikan3rd/commitly

Commitlyはあなたの書いたコードを言語別に集計してシェアするサービスです
https://github.com/mikan3rd/commitly

cloud-functions cloud-pubsub dayjs emotion firebase immer nextjs react semantic-ui vercel

Last synced: 3 months ago
JSON representation

Commitlyはあなたの書いたコードを言語別に集計してシェアするサービスです

Awesome Lists containing this project

README

          

## Getting Started

First, run the development server:

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

# Deploy functions

```shell
firebase deploy --only functions
```

# Set up functions configuration

```shell
firebase functions:config:set line.user_id="XXX"
firebase functions:config:get > .runtimeconfig.json
```

# Run the emulator suite

```shell
firebase emulators:start
```