mirror of
https://github.com/slatinsky/DiscordChatExporter-frontend.git
synced 2025-05-11 10:27:00 +02:00
669 B
669 B
Setting up a development environment on Windows
Prerequisites
- Python 3.11
- Node.js 18.17.1
- pyinstaller 5.5 (installed globally from
pip
) - nodemon (installed globally from
npm
) - wt (windows terminal)
Install dependencies
Install frontend dependencies:
cd frontend
npm install
cd ..
Install backend dependencies:
cd backend/preprocess
py -m pip install -r requirements.txt
cd ../..
cd backend/fastapi
py -m pip install -r requirements.txt
pip install uvicorn==0.20.0
cd ../..
cd backend/windows-runner
py -m pip install -r requirements.txt
cd ../..
Start the development script
run DEV.bat