@apt.today/react-seoul-icons 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/dist/index.js +983 -926
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +983 -926
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,17 @@
|
|
|
12
12
|
|
|
13
13
|
[데모 페이지](https://myriky.github.io/apt-today-react-seoul-icons/)
|
|
14
14
|
|
|
15
|
+
### 데모 사이트 배포
|
|
16
|
+
|
|
17
|
+
데모는 **main 브랜치에 push될 때마다** [GitHub Actions](.github/workflows/deploy.yml)가 예제 앱을 빌드해 자동으로 갱신합니다.
|
|
18
|
+
처음 한 번 저장소 **Settings → Pages**에서 Source를 **GitHub Actions**로 선택해두면, 이후 main에 머지·푸시할 때마다 데모가 자동 배포됩니다.
|
|
19
|
+
|
|
20
|
+
로컬에서 수동 배포하려면 (Pages 소스가 gh-pages 브랜치인 경우):
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
cd example && yarn deploy
|
|
24
|
+
```
|
|
25
|
+
|
|
15
26
|
## 설치
|
|
16
27
|
|
|
17
28
|
```bash
|