Skip to content

Co-Laon/claon-app

Repository files navigation

CLAON-Front

클라이밍 커뮤니티 서비스 "클라온"의 모바일, 웹 클라이언트입니다. 서비스의 클라이 언트 관련 기능 및 이슈를 모두 이 레포지토리를 통하여 관리하는 것을 목표합니다.

Contribution Guide

docs

usage

  • 서브 패키지 폴더

    • 모바일: ./packages/climbingapp
    • 웹: ./packages/climbingweb
  • 명령어

    • 모바일 실행
      - aos: yarn workspace climbingapp run android
      - ios: yarn workspace climbingapp run ios
    • 웹 프로젝트 개발모드 실행
      - yarn workspace cimbingweb run dev