A P2P based File Sharing Application. Made with NextJS and PeerJS.
Try it out at: https://oreweb.vercel.app
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Client: Next JS, TailwindCSS, shadcn-ui (RadixUI)
Server: Node, PeerJS
Clone the project
git clone https://github.com/pranshuj73/oreweb.git
Go to the project directory
cd oreweb
Install dependencies
npm install
Start the server
npm run dev