View Demo · Report Bug · Request Feature
A platform where users can share their thoughts, ideas, or stories that they wouldn't feel comfortable sharing elsewhere.
Try the App: whisper
- Clone the repository
git clone https://github.com/Devansh-365/whisper.git
- Change the working directory
cd whisper
- Split terminal
cd client & cd server
- Install dependencies for both client & server
npm install
- Copy .env.example to .env.local and update the variables in server & client.
cp .env.example .env.local
- Run the client & server
npm run start
You are all set! Open localhost:3000 to see the app.
This project is licensed under the MIT License - see the LICENSE
file for details.
-
Whisper is an open-source project and we welcome contributions from the community.
-
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.