Skip to content

Commit 3733caf

Browse files
committed
docs: Update README
1 parent 68f22c0 commit 3733caf

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# OSDS-server
1+
##### 0. Virtual Environment
2+
3+
```python
4+
python -m venv venv
5+
source venv/bin/activate
6+
```
7+
8+
##### 1. Run Server
9+
10+
``` pytho
11+
glt clone https://github.com/NodabFamily/OSDS-server.git
12+
13+
python manage.py migrate
14+
15+
python manage.py runserver
16+
```
17+
18+
## 🗒 Commit Convention
19+
20+
| 제목 | 내용 |
21+
| -------- | ------------------------------------------ |
22+
| feat | 기능 추가 |
23+
| fix | 버그 수정 |
24+
| refactor | 기능 개선 및 코드 좋은 방향으로 개선 |
25+
| docs | 문서 관리 |
26+
| style | 코드 스타일 변경, 코드 깔끔하게 관리 |
27+
| chore | 기본 세팅 및 settings.py 관련, 패키지 관리 |

0 commit comments

Comments
 (0)