File tree 1 file changed +17
-7
lines changed
1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
- # Velog Dashboard
1
+ ## Velog Dashboard
2
+ - ** 📅 진행 기간** 2024. 11 ~ ONGOING
3
+ - ** 💻 서비스 URL** https://velog-dashboard.kro.kr/ (서비스 체험 가능!)
2
4
3
- ![ ] ( https://cdn.jsdelivr.net/gh/five-standard/images@main/Back-VD.png )
5
+ ## INTRO
6
+ 통계 기능이 부실한 블로그 서비스들을 위한 ** 블로그 통계 대시보드 서비스** 입니다.
4
7
5
- ## 실행
8
+ 현재는 Velog 게시물 통계 조회 기능을 제공하고 있으며, 추후 통계 리더보드 및 타 서비스와의 연동을 계획하고 있습니다.
9
+
10
+ 현재 <ins >** 200+** </ins >명의 유저들이 서비스를 사용하고 있으며, <ins >** 20000+** </ins >개의 게시물의 통계를 관리하고 있습니다.
11
+
12
+ 또한, 프로젝트 초기부터 배포까지의 [ 회고록] ( https://velog.io/@six-standard/series/Velog-Dashboard-%EC%B0%B8%EC%97%AC%EA%B8%B0 ) 을 매주 작성하였습니다.
13
+
14
+ ## SETUP DOCS
15
+ ### 실행
6
16
7
17
- ` git clone https://github.com/Check-Data-Out/velog-dashboard-v2-fe.git `
8
18
- ` cd velog-dashboard-v2-fe `
9
19
- ` pnpm install `
10
20
- ` pnpm husky ` (husky 설정)
11
21
- ` pnpm dev `
12
22
13
- ## 린팅
23
+ ### 린팅
14
24
15
25
- ` pnpm lint ` (lint only pages)
16
26
- ` pnpm lintTest ` (lint only tests)
17
27
- ` pnpm format ` (prettier)
18
28
19
- ## 테스팅
29
+ ### 테스팅
20
30
21
31
- ` pnpm test ` (test all pages & components)
22
32
23
- ## local 에서 docker image 생성, 태깅, 푸시, 테스팅까지
33
+ ### local 에서 docker image 생성, 태깅, 푸시, 테스팅까지
24
34
25
35
``` shell
26
36
# 1. 만약 코드 수정했고, 빌드를 로컬에서 했다면, 또는 Dockerfile 을 수정했다면
@@ -38,7 +48,7 @@ docker pull nuung/velog-dashboard-v2-fe:latest
38
48
docker run -p 3000:3000 nuung/velog-dashboard-v2-fe:latest
39
49
```
40
50
41
- ## docker 관련, 이미지 정리
51
+ ### docker 관련, 이미지 정리
42
52
43
53
``` shell
44
54
# 사용하지 않는 모든 이미지 정리
You can’t perform that action at this time.
0 commit comments