Horeng / Cheppy

0 stars 3 forks source link

Cheppy

1. 설치

# 1) Set the mongoDB
# 2) Install dependency
# 3) python >= 3.9

pip install -r requirements.txt

npm install

2. 실행

npm run dev

3. 빌드할 때 에러

rm -rf node_modules && rm package-lock.json && npm i