https://github.com/codernotme/echo
https://github.com/codernotme/echo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codernotme/echo
- Owner: codernotme
- License: mit
- Created: 2024-09-17T09:33:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T14:47:17.000Z (over 1 year ago)
- Last Synced: 2025-01-29T09:41:44.853Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://socialmed-echo.vercel.app
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Echo
## Overview
Welcome to **Echo**, an **online social media platform** designed to bring people together in a space where they can **post, chat, and connect with others**. Currently, in its first stage of production, Echo aims to serve as a hub for meaningful **interactions**, **content sharing**, and **community engagement**. While still under development, Echo already supports **anonymous discussions**, **thread posting**, and **secure interaction** with like-minded individuals.
This initial stage focuses on providing a platform that fosters **open communication** without fear of judgment, privacy concerns, or intellectual property issues. Although a **login is required** to access some features, your privacy and security are top priorities — your personal information will be protected and not misused in any way.
To help you get acquainted with Echo’s features, a **video walkthrough** is available to showcase the platform's functionality and how to navigate it.
---
## Getting Started
To explore the Echo project and run the development server locally, follow these steps:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Once the server is running, visit [http://localhost:3000](http://localhost:3000) in your browser to view the platform.
To start customizing, you can begin by editing the code in `app/page.tsx` — your changes will be reflected automatically as you work.
---
## Installation
To set up Echo locally:
1. **Clone the repository**:
```bash
git clone https://github.com/codernotme/echo.git
```
2. **Navigate to the project directory**:
```bash
cd echo
```
3. **Install the necessary dependencies**:
```bash
npm i
```
4. **Start the development server**:
```bash
npm run dev
```
To run the backend:
```bash
npx convex dev
```
---
## Contributing
Echo is a community-driven project, and contributions are highly welcomed! To contribute:
1. **Fork the repository**.
2. **Create a new branch** for your feature or bug fix.
3. **Make your changes** and **test** them thoroughly.
4. **Commit and push** your changes to your forked repository.
5. **Submit a pull request** with a detailed explanation of your contributions.
Your feedback is invaluable as Echo continues to grow and evolve!
---
## License
Echo is licensed under the [MIT License](LICENSE).