Skip to content

minjaec023/Voisee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voisee

How to deploy

production

docker-compose up -d
curl http://localhost:80 # test connection

development

docker-compose up -d db
yarn start:dev
curl http://localhost:3000  # test connection

커밋 컨벤션

1) 기본 형식

[commit type]: [commit message] ([issue number?])

2) commit type

구분 작업 유형
feat 새 기능 구현 feat: add sliceRecord util (#11)
fix 버그 수정 fix: add handling error case in api (#13)
env devops 설정 env: add lint rule (#17)
docs 문서 및 주석 관련 작업 docs: modify readme file (#19)
refactor 리팩토링 refactor: refactor directory path (#23)
test 테스트 관련 작업 test: add form validation test function (#29)
chore 기타 작업 chore: modify function name (#31)

About

음성 파일 시각화

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •