-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
bc52e85
commit 5b40581
Showing
2 changed files
with
13 additions
and
6 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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# docs | ||
Codedang 프로젝트 문서 | ||
# Codedang Docs | ||
|
||
스꾸딩 팀을 위한 코드당 프로젝트 문서입니다 😎 | ||
|
||
## 실행 방법 | ||
|
||
1. pnpm을 설치해주세요 (https://pnpm.io/installation) | ||
2. `pnpm install`을 실행해주세요 | ||
3. `pnpm dev`를 실행해주세요 |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"docs:dev": "vitepress dev", | ||
"docs:build": "vitepress build", | ||
"docs:preview": "vitepress preview" | ||
"dev": "vitepress dev", | ||
"build": "vitepress build", | ||
"preview": "vitepress preview" | ||
}, | ||
"devDependencies": { | ||
"vitepress": "1.0.0-rc.42" | ||
}, | ||
"type": "module" | ||
} | ||
} |