Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: readme에 주요기술 추가 및 실행 방법 수정 #125

Merged
merged 3 commits into from
Nov 2, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# MOIT-iOS
이거 모잇 ! 왤케 편해잇 !

스터디 벌금 관리 서비스 - MOIT


## 프로젝트 실행하는 법
FlexLayout 설정으로 인해서 간단한 추가적인 명령어가 필요합니다.
1. `chmod +x Scripts/setup.sh`
2. `./Scripts/setup.sh`
3. `moit fetch`
4. `moit generate`
3. 터미널을 종료하고 다시 실행해주세요.
4. `moit fetch`
5. `moit generate`

- moit 명령어를 사용해서 간편하게 dependency를 받을 수 있습니다.
- `moit fetch`, `moit clean`, `moit edit`, `moit generate`


## 👩‍💻 팀원

<table>
<tr align="center">
<td><B>김찬수<B></td>
<td><B>송서영<B></td>
<td><B>최혜린<B></td>
</tr>
<tr align="center">
<td>
<img src="https://github.com/chansooo.png?size=120">
<br>
<a href="https://github.com/chansooo"><I>chansooo</I></a>
</td>
<td>
<img src="https://github.com/SongSeoYoung.png?size=120">
<br>
<a href="https://github.com/SongSeoYoung"><I>SongSeoYoung</I></a>
</td>
<td>
<img src="https://github.com/hope1053.png?size=120">
<br>
<a href="https://github.com/hope1053"><I>hope1053</I></a>
</td>
</tr>
</table>
|[김찬수](https://github.com/chansooo)|[송서영](https://github.com/SongSeoYoung)|[최혜린](https://github.com/hope1053)|
|:-:|:-:|:-:|
|<image width="150" src="https://avatars.githubusercontent.com/u/89574881?v=4"/>|<image width="150" src="https://avatars.githubusercontent.com/u/42825223?v=4"/>|<image width="150" src="https://avatars.githubusercontent.com/u/22907483?v=4"/>|


## 주요 사용 기술 및 라이브러리
- Modular Architecture
- Tuist
- FlexLayout, PinLayout
- RxSwift
- RIBs
- Github Actions

## 프로젝트 설계
- [모듈 설계](https://ios-chansoo.tistory.com/8)
- [RIB 트리](https://www.figma.com/file/qKR79KE6aUGMRrDiM0EjSa/%EC%A0%84%EC%9E%90%EA%B5%B0%EB%8B%A8-RIB-%ED%8A%B8%EB%A6%AC?type=whiteboard&node-id=0%3A1&t=f6SRVp0En6k0BvzN-1)