Web Anime Player (or WAP) Run the web server within a docker Run docker-compose up --build The server will be available on http://localhost:5000 Run the web server in a standalone mode Run the configure command located at the root of the project Run npm run dev in the server/frontend folder In another console, run npm run dev in the server/backend folder The server will be available on http://localhost:5000 Build the electron app Run the configure command located at the root of the project Run npm run dist in the electron folder The electron build will be in the electron/dist folder