DiscordChatExporter-frontend/docs/Development-env.md
2023-12-25 16:37:27 +01:00

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