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はあなたの書いたコードを言語別に集計してシェアするサービスです
- Host: GitHub
- URL: https://github.com/mikan3rd/commitly
- Owner: mikan3rd
- Created: 2020-05-31T12:57:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T21:35:14.000Z (3 months ago)
- Last Synced: 2025-07-15T01:53:22.683Z (3 months ago)
- Topics: cloud-functions, cloud-pubsub, dayjs, emotion, firebase, immer, nextjs, react, semantic-ui, vercel
- Language: TypeScript
- Homepage: https://commitly-next-web.vercel.app
- Size: 2.47 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
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
```