Skip to content

Repository files navigation

Tribe Social

Tribe Social is a decentralized social network built on the Nostr protocol, allowing users to communicate freely without relying on centralized servers.

✨ Features

  • 🌐 Built on the Nostr protocol
  • ⚡ Fast and lightweight
  • 📱 Progressive Web App (PWA)
  • 🔒 Decentralized identity
  • 🌍 Cross-platform support

Requirements

  • Node.js 18 or later
  • npm

Installation

Clone the repository:

git clone https://github.com/zoreu/tribe.git
cd tribe

Install the dependencies:

npm install

Development

Start the development server:

npm run dev

Build

Create a production build:

npm run build

Production

Start the application in production mode:

npm run start

Project Structure

├── public/
├── src/
├── package.json
├── vite.config.ts
├── server.js
├── tsconfig.json
├── bun.lock
└── README.md
└── LICENCE

Technologies

  • React
  • TypeScript
  • Vite
  • express
  • Nostr

License

This project is licensed under the MIT License.


Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.


Author

Developed by the Tribe Social team.