Skip to content

Commit c6815b3

Browse files
committed
README.md 수정 및 .env.example 추가
1 parent d509a5b commit c6815b3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
NEXT_PUBLIC_API_KEY =
2+
NEXT_PUBLIC_AUTH_DOMAIN =
3+
NEXT_PUBLIC_PROJECT_ID =
4+
NEXT_PUBLIC_STORAGE_BUCKET =
5+
NEXT_PUBLIC_MESSAGING_SENDER_ID =
6+
NEXT_PUBLIC_APP_ID =

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 1. 잡케
2+
3+
치지직 스트리머 [잡케](https://chzzk.naver.com/cad491fc20e7092e40615955cae88e80)의 홈페이지입니다.
4+
5+
## 2. 개발
6+
7+
- `npm i`로 필요한 패키지를 설치해주세요.
8+
- Firebase DB를 사용했습니다.
9+
- `.env` 파일을 생성하여 `.env.example`의 내용을 입력해주세요.
10+
- `npm run dev`로 개발 서버를 실행할 수 있습니다.
11+
- `NextJS` 프레임워크로 개발되었습니다.

0 commit comments

Comments
 (0)