Skip to content

rlooo/fienmee

 
 

Repository files navigation

fienmee

prerequisite

  • node 18
  • pnpm
  • android studio
  • Xcode (macbook 사용자)

Getting Started

# package install
pnpm install
cd apps/app/ios
pod install

# server
cd apps/server
pnpm dev

# web
cd apps/web
pnpm dev -H 192.168.0.5 # 본인 ip로 변경

# app
cd apps/app
pnpm start
# 이후 ios/android 선택

application build

android build 방법

cd apps/app/android
./gradlew bundleRelease
# apps/app/android/app/build/outputs/apk 경로에 .apk 파일 생성됨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.3%
  • JavaScript 1.5%
  • CSS 0.9%
  • Kotlin 0.8%
  • Objective-C 0.7%
  • Ruby 0.4%
  • Other 0.4%