Skip to content

Commit

Permalink
chore: add guide to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 29, 2024
1 parent bc52e85 commit 5b40581
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.md
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`를 실행해주세요
8 changes: 4 additions & 4 deletions package.json
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"
}
}

0 comments on commit 5b40581

Please sign in to comment.