pip install pre-commit
pre-commit install
cd backend
# 가상환경 만들기
python -m venv venv
# Windows only
./venv/Scripts/activate
# Mac/Linux only
source venv/bin/activate
# 패키지 설치
pip install -r requirements.txt
cd one-day
npm install -g @ionic/cli
ionic start --type=react
cd one-day
npm i
cd one-day
npm run start