-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4d3c488
Showing
150 changed files
with
25,599 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*/node_modules | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Configuration for probot-stale - https://github.com/probot/stale | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 90 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 30 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- Good first issue | ||
- For Discussion | ||
- Core Team | ||
- 'Help Wanted :octocat:' | ||
- ':warning:Regression' | ||
- ':clock1:PR Pending' | ||
# Label to use when marking an issue as stale | ||
staleLabel: Stale | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. | ||
You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. | ||
Thank you for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: > | ||
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. | ||
only: issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Check Website | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
|
||
jobs: | ||
update: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@master | ||
with: | ||
node-version: 18.x | ||
|
||
- name: Install packages and build | ||
run: | | ||
yarn install | ||
yarn build | ||
- name: Check swizzle | ||
run: | | ||
yarn swizzle | ||
- name: Check translations | ||
run: | | ||
yarn write-translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Deploy Website | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
update: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@master | ||
with: | ||
node-version: 18.x | ||
|
||
- name: Install packages and build | ||
run: | | ||
yarn install | ||
yarn build | ||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./build | ||
publish_branch: gh-pages | ||
cname: crossplatformkorea.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# dependencies | ||
/node_modules | ||
|
||
# production | ||
/build | ||
|
||
# generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
#IDE | ||
.idea/ | ||
|
||
website/build/ | ||
website/node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"cSpell.words": [ | ||
"crossplatformkorea", | ||
"Fira", | ||
"hyochan", | ||
"monymony", | ||
"opensource", | ||
"winget" | ||
] | ||
} |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.4.1.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# [crossplatformkorea.com](https://crossplatformkorea.com) | ||
|
||
[![Check Website](https://github.com/crossplatformkorea/crossplatformkorea.com/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplatformkorea/crossplatformkorea.com/actions/workflows/ci.yml) | ||
[![Deploy Website](https://github.com/crossplatformkorea/crossplatformkorea.com/actions/workflows/deploy.yml/badge.svg)](https://github.com/crossplatformkorea/crossplatformkorea.com/actions/workflows/deploy.yml) | ||
|
||
크로스플랫폼 코리아 공식 홈페이지 입니다. | ||
|
||
[crossplatformkorea.com](https://crossplatformkorea.com) | ||
|
||
### Installation | ||
|
||
``` | ||
$ yarn | ||
``` | ||
|
||
### Local Development | ||
|
||
``` | ||
$ yarn start | ||
``` | ||
|
||
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. | ||
|
||
#### Check locale | ||
|
||
``` | ||
yarn start:en | ||
``` | ||
|
||
### Build | ||
|
||
``` | ||
$ yarn build | ||
``` | ||
|
||
This command generates static content into the `build` directory and can be served using any static contents hosting service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* @format | ||
*/ | ||
|
||
module.exports = { | ||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
slug: intro | ||
title: Greetings | ||
author: hyochan | ||
authorTitle: organizer | ||
authorURL: https://github.com/hyochan | ||
authorImageURL: https://avatars1.githubusercontent.com/u/27461460?s=460&u=b5860875e26d33fd70fd210f4ea74f81cdf9d99b&v=4 | ||
authorTwitter: hyodotdev | ||
tags: [News, Resume, Operations] | ||
--- | ||
|
||
import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner"; | ||
|
||
Hello. This is Hyo, the organizer of <strong>Cross-Platform Korea</strong>. | ||
The community operation was not smooth for a long time as the event could not be held in [Coupang](https://www.coupang.com) after COVID. | ||
In order to revitalize the community culture again, a new homepage has been opened. | ||
|
||
Going forward, we will continue to share new news through our website and ensure smooth operation. | ||
|
||
<AdFitMobileBanner | ||
unit="DAN-mhiKCkCNnnFtwxGh" | ||
className="adfit-middle-mobile-2022-09-24" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
slug: kakao-login-web | ||
title: Kakao Login Module Web Support | ||
author: nain93 | ||
authorTitle: New New Frontend Namgyu Koo | ||
authorURL: https://github.com/nain93 | ||
authorImageURL: https://avatars.githubusercontent.com/u/73378472?v=4 | ||
author Twitter: | ||
tags: [Meetup, Kakao Login, Web, Web Support, react-native-web] | ||
--- | ||
|
||
import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner"; | ||
|
||
This is the content of the [Cross-Platform Korea meetup on August 31st](https://www.meetup.com/ko-KR/crossplatformkorea/events/287894080). KnewKnew front-end developer, Namkyu Kyu shared the process of contributing the web feature to the [React Native Kakao Login](https://github.com/crossplatformkorea/react-native-kakao-login) open source, the problems he encountered, and how he solved them. | ||
|
||
https://www.youtube.com/watch?v=DZypUEUWth0 | ||
|
||
### Related PR | ||
- https://github.com/crossplatformkorea/react-native-kakao-login/pull/319 | ||
- https://github.com/crossplatformkorea/react-native-kakao-login/pull/322 | ||
- https://github.com/crossplatformkorea/react-native-kakao-login/pull/329 | ||
|
||
<AdFitMobileBanner | ||
unit="DAN-ECUZO05s14SU0P7d" | ||
className="adfit-middle-mobile-2022-09-26" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
slug: dooboo-stats | ||
title: New GitHub stats visualization | ||
author: hyochan | ||
authorTitle: organizer | ||
authorURL: https://github.com/hyochan | ||
authorImageURL: https://avatars1.githubusercontent.com/u/27461460?s=460&u=b5860875e26d33fd70fd210f4ea74f81cdf9d99b&v=4 | ||
authorTwitter: hyodotdev | ||
tags: [소식, 깃허브, 전투력, 통계] | ||
--- | ||
|
||
import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner"; | ||
|
||
Introducing a new way to present your GitHub stats. | ||
Show your performance with [GitHub Stats Visualization](https://dooboolab.medium.com/%EC%83%88%EB%A1%9C%EC%9A%B4-github-%ED%86%B5%EA%B3%84-%EC%8B%9C%EA%B0%81%ED%99%94-61b000b032d7). | ||
|
||
English: [Medium](https://medium.com/dooboolab/a-new-fancy-way-to-visualize-your-github-stats-418b5d59498)<br/> | ||
Korean: [Medium](https://dooboolab.medium.com/%EC%83%88%EB%A1%9C%EC%9A%B4-github-%ED%86%B5%EA%B3%84-%EC%8B%9C%EA%B0%81%ED%99%94-61b000b032d7) | ||
|
||
<AdFitMobileBanner | ||
unit="DAN-kjanuOssm1H2Rd7Z" | ||
className="adfit-middle-mobile-2022-09-29" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
slug: meetup-20221009 | ||
title: October Meetup Notice | ||
author: hyochan | ||
authorTitle: organizer | ||
authorURL: https://github.com/hyochan | ||
authorImageURL: https://avatars1.githubusercontent.com/u/27461460?s=460&u=b5860875e26d33fd70fd210f4ea74f81cdf9d99b&v=4 | ||
authorTwitter: hyodotdev | ||
tags: [meetup, announcement, october, monymony] | ||
--- | ||
|
||
import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner"; | ||
|
||
Hello 👋 | ||
[October 26 meetup application](https://www.meetup.com/en-KR/crossplatformkorea/events/289001565) is now applicable. | ||
|
||
The meeting place for this meetup will be provided by [Monymony](https://www.monymony.co), which is making [Sumone](http://sumone.co), a service chosen by couples with 4 million subscribers and 1 million monthly visitors. | ||
|
||
Please check the [Meetup page](https://www.meetup.com/en-KR/crossplatformkorea/events/289001565) for the detailed location and details. | ||
|
||
Then see you at the meetup 🙇🏻 | ||
|
||
<AdFitMobileBanner | ||
unit="DAN-h9aPNdWQH8MvhaeY" | ||
className="adfit-middle-mobile-2022-10-09" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
slug: app-center | ||
title: Easy Build & Test Deployments with App Center | ||
author: JeffGuKang | ||
authorTitle: Monymony CTO | ||
authorURL: https://github.com/JeffGuKang | ||
authorImageURL: https://avatars.githubusercontent.com/u/216363?s=64&v=4 | ||
author Twitter: | ||
tags: [Meetup, App Center, CI, CD] | ||
--- | ||
|
||
import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner"; | ||
|
||
JeffGuKang shared how to use MS's AppCenter while developing various apps with React Native. It's mainly about building and deploying tests that you have to do iteratively. | ||
|
||
https://youtu.be/SyN7nYejzSo | ||
|
||
<AdFitMobileBanner | ||
unit="DAN-MKrQwsmxT8uLhukP" | ||
className="adfit-middle-mobile-2022-10-21" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
slug: code-push | ||
title: Code push experience | ||
author: JeffGuKang | ||
authorTitle: Monymony CTO | ||
authorURL: https://github.com/JeffGuKang | ||
authorImageURL: https://avatars.githubusercontent.com/u/216363?s=64&v=4 | ||
author Twitter: | ||
tags: [Meetup, App Center, CI, CD] | ||
--- | ||
|
||
import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner"; | ||
|
||
JeffGuKang shared talks about updating mobile clients on the fly via CodePush. | ||
|
||
https://youtu.be/78UAlT4z9XE | ||
|
||
<AdFitMobileBanner | ||
unit="DAN-xs0r56ZGEL2yMihi" | ||
className="adfit-middle-mobile-2022-10-24" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
slug: meetup-20221026 | ||
title: October Meetup | ||
author: hyochan | ||
authorTitle: organizer | ||
authorURL: https://github.com/hyochan | ||
authorImageURL: https://avatars1.githubusercontent.com/u/27461460?s=460&u=b5860875e26d33fd70fd210f4ea74f81cdf9d99b&v=4 | ||
authorTwitter: hyodotdev | ||
tags: [Meetup] | ||
--- | ||
|
||
import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner"; | ||
|
||
<img src="https://user-images.githubusercontent.com/27461460/198086669-908514bb-3f53-4c30-a8a7-6e7f2315c0fd.jpeg" width="600"/> | ||
|
||
A meetup event was held on October 26th. We briefly introduced the contents of the current meetup. | ||
|
||
<img src="https://user-images.githubusercontent.com/27461460/198086670-925d4fa1-6282-44d2-aa38-98f1b40262a3.jpeg" width="600"/> | ||
|
||
<img src="https://user-images.githubusercontent.com/27461460/198086674-44aa40f2-42a0-4318-97bf-321a05ddcf98.jpeg" width="600" /> | ||
|
||
Groups were organized and leaders were selected to continue a pleasant discussion. The leader was selected as the person with the highest stat score on [dooboo.io](https://dooboo.io). We are very much looking forward to the next time to see what useful content each group will provide in the future 🙂 | ||
|
||
<img src="https://user-images.githubusercontent.com/27461460/198088266-5ee23468-0623-4dcb-9d35-af4565479c43.jpeg" width="600" /> | ||
|
||
Also, thank you to Pang for making the participants so much fun 🙏 | ||
|
||
<AdFitMobileBanner | ||
unit="DAN-ToBFS44DTfrAHzOv" | ||
className="adfit-middle-mobile-2022-10-26" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
slug: meetup-20221114 | ||
title: November Meetup Notice | ||
author: hyochan | ||
authorTitle: organizer | ||
authorURL: https://github.com/hyochan | ||
authorImageURL: https://avatars1.githubusercontent.com/u/27461460?s=460&u=b5860875e26d33fd70fd210f4ea74f81cdf9d99b&v=4 | ||
authorTwitter: hyodotdev | ||
tags: [meetup, announcement, october] | ||
--- | ||
|
||
import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner"; | ||
|
||
Hello 👋 | ||
[November 30 meetup application](https://www.meetup.com/ko-KR/crossplatformkorea/events/289741685) is now applicable. | ||
|
||
As announced last time, this meetup will select a topic for each group and make a presentation. The group that provides the most highly rated content will receive a prize worth 500,000 won ($376). | ||
|
||
For the prize money, each leader can claim directly to our [community sponsored organization](https://opencollective.com/crossplatformkorea). It is believed that each leader will reasonably spend the prize money with the members, but you can decide freely :) | ||
|
||
For details, please check the [meetup page](https://www.meetup.com/ko-KR/crossplatformkorea/events/289741685). | ||
|
||
Then see you at the meetup 🙇🏻 | ||
|
||
<AdFitMobileBanner | ||
unit="DAN-cQauA1ifRr7lrdqY" | ||
className="adfit-middle-mobile-2022-11-14" | ||
/> |
Oops, something went wrong.