Ajnabee is an Omegle-inspired web application that enables users to engage in anonymous video chats with random peers.
-
Clone the repository:
git clone https://github.com/AkashKarnatak/Ajnabee.git
-
Navigate to the project directory:
cd Ajnabee
-
Install dependencies:
npm install
-
Set environment variables:
echo 'export const WEBSOCKET_URL = "ws://localhost:8080"' >> public/js/env.js export SERVER_PORT=8080
Make sure the above ports match.
-
Start the server:
npm run dev
-
Open a web browser and go to
http://localhost:8080
.
Contributions are welcome! If you find a bug, have an idea for an enhancement, or want to contribute in any way, feel free to open an issue or submit a pull request.
This project is licensed under the AGPL3 License. For details, see the LICENSE file.