Skip to content

DearMyPeace/simsim-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

심심조각 (Dear My Peace)

Commit Convention

################
# feat : 새로운 기능 추가
# fix : 버그 수정
# design : CSS  사용자 UI 디자인 변경
# refactor : 코드 리팩토링
# comment : 필요한 주석 추가  변경
# docs : 문서 수정
# test : 테스트 코드 추가
# chore : 코드 의미에 영향을 주지 않는 변경사항
# build : 빌드에 필요한 요소 수정 사항
# !HOTFIX	급하게 치명적인 버그를 고쳐야하는 경우
# !BREAKING CHANGE:	커다란 API 변경의 경우
################

Makefile

start:
	npm start

ios:
	npm run ios

web:
	npm run start-react

npm:
	sudo npm install

pod:
	cd ios && pod install

repod:
	cd ios && pod deintegrate && pod cache clean --all && pod install

asset:
	npx react-native-asset

clean:
	rm -rf ./node_modules
	rm -rf ./ios/Pods
	rm -rf ./ios/Podfile.lock
	rm -rf ./ios/build

re: fclean all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •