Skip to content

Commit

Permalink
Merge pull request EveryAnalytics#60 from EveryAnalytics/feat/47
Browse files Browse the repository at this point in the history
Update README - 구성, 용어 네이밍규칙 추가
  • Loading branch information
hy57in authored Aug 21, 2021
2 parents 93698ba + 76633b6 commit 30f5ee2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
개발자를 위한 웹 사용자 데이터 분석 핸드북
https://everyanalytics.github.io/web-analytics-handbook/

## 개발 명령어
## Installation

```console
```bash
# 의존성 설치
yarn install

Expand All @@ -16,5 +16,17 @@ yarn start
yarn build

# 배포
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
GIT_USER=<Your GitHub Username>
USE_SSH=true
yarn deploy
```
## 구성

1. 📚 핸드북
2. 💡 react-anlytics-provider
3. 👾 블로그
4. 🙋🏻 용어사전

### ❗️[용어사전](https://everyanalytics.github.io/web-analytics-handbook/wiki) 네이밍 규칙
- `${한글이름} (${영어이름})` 으로 표기
- 복수인 경우 `,` 로 구분 `ex. 측정기준 (Dimension), 측정항목 (Metrics)`

0 comments on commit 30f5ee2

Please sign in to comment.