https://contributhon.kr/project#gitshare
개발자가 Code 를 공유할 때 또는 Code 에 대해 질문할 때, Facebook 에 Code 를 평문으로 붙여 넣는 일은 너무 끔찍하죠. 그렇다고 Gist 나 Codepen 등의 서비스를 이용하는 것은 복잡합니다. 이 문제를 다양한 Open-source 기술과 GitHub Gist 를 이용하여 멋지게 해킹해 봅시다. 개발자들의 Code Share 와 토론이 가능하고, 원하는 Code 검색을 도와주는 Static Web service 를 Open-source 로 개발합니다.
https://github.com/kosslab-kr/gitCodeShare.com/blob/master/docs/index.md
- Prerequisite : Node.js LTS
- Fork this repository to your GitHub account and then clone it to your local
- Run
npm ito download required packages. - Build and start the application:
npm run dev - If you contributed something new, run
npm run contributors:add <your GitHub username> <contribution type>to add yourself below - Finally, submit a pull request!
| type | command | type | command |
|---|---|---|---|
| blog: 📝 | npm run contributors:add <username> blog | bug: 🐛 | npm run contributors:add <username> bug |
| code: 💻 | npm run contributors:add <username> code | design: 🎨 | npm run contributors:add <username> design |
| doc: 📖 | npm run contributors:add <username> doc | eventOrganizing: 📋 | npm run contributors:add <username> eventOrganizing |
| example: 💡 | npm run contributors:add <username> example | financial: 💵 | npm run contributors:add <username> financial |
| fundingFinding: 🔍 | npm run contributors:add <username> fundingFinding | ideas: 🤔 | npm run contributors:add <username> ideas |
| infra: 🚇 | npm run contributors:add <username> infra | platform: 📦 | npm run contributors:add <username> platform |
| plugin: 🔌 | npm run contributors:add <username> plugin | question: 💬 | npm run contributors:add <username> question |
| review: 👀 | npm run contributors:add <username> review | talk: 📢 | npm run contributors:add <username> talk |
| test: | npm run contributors:add <username> test | tool: 🔧 | npm run contributors:add <username> tool |
| translation: 🌍 | npm run contributors:add <username> translation | tutorial: ✅ | npm run contributors:add <username> tutorial |
| video: 📹 | npm run contributors:add <username> video |
We follows the all-contributors specification.
Dongwoo Gim 💻🔧🤔 | Thomas 💻📖🤔 | Andrew Han 💻 | hyeock gu 💻👀📖 | Kelly Kim 💻📖 | young je 👀 | Chris Yang 💻👀🤔 |
|---|---|---|---|---|---|---|
Rayleigh 📢 | Wonho Kim 💻📢💬 | jiniC 💻 | songyiYu 💻💬 | Martin-Kim 💻 | uhh77 💻 | Jay Park 💻👀 |
Jisookhyeon 🎨 | JongHo 💻 |
MIT License, 2018 JSDEV.KR, CONTRIBUTHON