Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 319 Bytes

DEPLOYING.md

File metadata and controls

37 lines (27 loc) · 319 Bytes

Building Frontend :

Run these commands in these order :

cd frontend/AnimeCore
npm install
npm run build
npm run preview

Running backend :

cd backend
pipenv install --dev
pipenv run sync
pipenv run dev