Welcome! Follow these simple steps to run AnimeVerse on your PC.
Before you start, make sure you have:
- Node.js (v16 or higher) - Download here
- Git - Download here
git clone https://github.com/namann5/Anime-muesuem.git
cd Anime-muesuem/animeverse-mvpnpm install
cd server
npm install
cd ..Open a terminal and run:
cd server
node index.jsYou should see:
🚀 Backend server running on http://localhost:3001
✅ Consumet provider (AnimePahe) initialized successfully
Open another terminal in the project root and run:
npm run devYou should see:
VITE ready in XXX ms
➜ Local: http://localhost:5173/
Open your browser and go to:
http://localhost:5173
You should now see the AnimeVerse app running. You can:
- Search for anime
- Browse popular shows
- Stream episodes
- Keep both terminals running - You need both the frontend and backend servers
- Internet required - The app fetches anime data from online sources
- Port conflicts - If ports 3001 or 5173 are already in use, you'll need to change them
- Close any apps using ports 3001 or 5173
- Or modify the port numbers in the config files
- Make sure you ran
npm installin both the root directory AND the server directory - Try deleting
node_modulesfolder and runningnpm installagain
- Make sure the backend server is running (Step 3)
- Check that it's running on port 3001
Check the main README.md for detailed documentation or open an issue on GitHub.
Enjoy watching anime! 🍿