Go to changelog.md
๊ณต์ฐ, ํํฐ, ์กํฐ๋นํฐ ๋ฑ ๊ด์ฌ ๋ถ์ผ๋ณ ์คํ๋ผ์ธ ์ด๋ฒคํธ ์ ๋ณด๋ฅผ ํ ๋์!
์ฅ์๋ณ ์คํ๋ผ์ธ ์ด๋ฒคํธ ํํฉ์ ์์ฝ๊ฒ ํ์
์คํ๋ผ์ธ ์ด๋ฒคํธ ์ ์ฒญ ๋ฏธ๋ฆฌ ์ ๋ ฅํ ์ ๋ณด์ ์๋ ์ ๋ ฅ์ ํตํด ํธ๋ฆฌํ ์ด๋ฒคํธ ์ ์ฒญ
์คํ๋ผ์ธ ์ด๋ฒคํธ ๊ฐ์ค๋ถํฐ ์ด๋ฒคํธ ์ ์ฒญ ์น์ธ ํํฉ, ์
์ฅ ํํฉ ๋ฑ์ ํ์
๊ฐ๋ฅ
QR ์ฝ๋ ์
์ฅ๊ถ ์ค์บ ๋ฐ ์ฐธ์ ๋ช
๋จ ๊ด๋ฆฌ๊น์ง ํ๋ฒ์!
์กฐ์ฐ์ฃผ(Yeonju Jo) | ํฉํธ์ธ(Jose Hwang) |
QR์ฝ๋ ์ธ์๊ธฐ๋ฅ, ์๋ฆผ๊ธฐ๋ฅ, ์ด๋ฒคํธ ๊ฐ์ค ๋ฐ ๋ช ๋จ๊ด๋ฆฌ ํ์ด์ง, ํฐ์ผ ํ์ด์ง |
ํ์๊ฐ์
& ๋ก๊ทธ์ธ, ๋ฉ์ธํ์ด์ง, ์ง๋ํ์ด์ง, ๋ง์ดํ์ด์ง |
@yeonju0110 | @JoStar33 |
- Clone this repository:
git clone https://github.com/Central-MakeUs/OpenOff-Client.git
- Obtain the necessary environment files (located on the Notion page) and save them in the project directory:
.env
android/app/google-services.json
ios/GoogleService-Info.plist
- Install project dependencies:
yarn
- Run the app on iOS or Android:
yarn ios
oryarn android
- Download the
release-key.zip
from the Notion page. - Unzip the file and place it in the following directory:
android/app/src
. - Enter additional code in the signingConfigs section within
android/app/src/build.gradle
. - Update versionCode and versionName as needed.
- Initiate the build process.
- In the project settings, ensure that the Team is correctly set in
OpenOff > Signing & Capabilities > Signing
. - Modify both the
Version
andBuild
as necessary. - Navigate to
Product > Archive
to initiate the build process.
๐ฆ OpenOff-Client
โโ ...
โโ android // Android-specific project files.
โโ ios // iOS-specific project files.
โโ src
โ โโ apis/ // Responsible for fetching data from APIs.
โ โโ assets/ // Static assets (images, fonts, etc.).
โ โโ components/ // Reusable UI components.
โ โโ constants/ // Constants used throughout the application.
โ โโ hooks/ // Custom hooks and queries.
โ โโ models/ // Data Transfer Object (DTO) type definitions.
โ โโ navigators/ // Navigation-related code.
โ โโ screens/ // React Native screens.
โ โโ services/ // Integration with third-party services and APIs.
โ โโ stores/ // State management using Async Storage and Zustand.
โ โโ styles/ // Common styles.
โ โโ types/ // Type definitions used by clients.
โ โโ utils/ // Utility functions.
โโ ...
option | content |
---|---|
โจ feat | ์๋ก์ด ๊ธฐ๋ฅ ์ถ๊ฐ |
๐ fix | ๋ฒ๊ทธ๋ฅผ ๊ณ ์น ๊ฒฝ์ฐ |
๐ docs | ๋ฆฌ๋๋ฏธ ์์ |
๐ design | UI, UX ๊ด๋ จ ์ฝ๋ ์์ |
๐ style | ์ฝ๋ format ์์ (not production, UI,UX code) |
๐ซง refactor | ์ฝ๋ ๋ฆฌํฉํ ๋ง ์์ |
๐ง chore | ์์ ๋ฒ์ ์์ (ex. ์ฝ๋ฉํธ, ์ฃผ์) |
๐ move | ํ์ผ ๋ฐ ํด๋ ์ด๋ฆ ๋ณ๊ฒฝ |
๐ rename | ํ์ผ ๋ฐ ํด๋ ์ญ์ |
๐ท ci | CI/CD ๊ด๋ จ ์์ ์ฌํญ |
๐ง wip | ์์ ์ค์ธ ์ฌํญ |
โ test | ํ ์คํธ ์ฝ๋ ๊ด๋ จ |