Skip to content
Dmitry Olegovich Sorokin (@sorydima) edited this page Jul 5, 2025 · 1 revision

πŸ“˜ Wiki: ME β€” Personal Multimedia Profile

🧭 Overview

Welcome to the ME repository β€” your personal multimedia digital identity. This project aims to present a decentralized, stylish, and extensible profile that showcases your:

  • Professional background
  • Social links
  • Multimedia (music, video, photography)
  • Blog or writing portfolio
  • Web3 or REChain ecosystem integrations (optional)

Built with ❀️ to serve as your digital ME.

πŸ“ Structure

/
β”œβ”€β”€ assets/              # Images, logos, and multimedia files
β”œβ”€β”€ components/          # Reusable UI components
β”œβ”€β”€ pages/               # Routes (e.g., index, about, blog)
β”œβ”€β”€ public/              # Static files
β”œβ”€β”€ styles/              # CSS / Tailwind / SCSS
β”œβ”€β”€ utils/               # Helpers
β”œβ”€β”€ .env                 # Environment variables
β”œβ”€β”€ README.md            # Main README file
└── next.config.js       # Next.js configuration

πŸš€ Getting Started

git clone https://github.com/sorydima/ME.git
cd ME
npm install
npm run dev

βš™οΈ Configuration

You can customize the following:

  • config.ts or .env: set your name, bio, links, API keys.
  • assets/: add your personal images (avatar, cover, etc.)
  • components/SocialLinks.tsx: edit your Twitter, Telegram, GitHub, etc.
  • pages/index.tsx: customize home page layout and content.

🌐 Features

  • βœ… Modern UI/UX for personal branding
  • 🎡 Supports audio/video/photo integration
  • 🧬 Optional Web3 or REChain integrations
  • πŸ“ Blog or news support
  • ☁️ Deployable to Vercel, Netlify, or custom server

πŸ›  Tech Stack

  • Next.js / React
  • TailwindCSS or SCSS
  • Markdown / MDX for blogs
  • IPFS / Web3 integrations (optional)
  • REChain SDK (optional)

🀝 Contributing

git checkout -b feature/my-awesome-feature
git commit -m "✨ Add my awesome feature"
git push origin feature/my-awesome-feature

πŸ”’ License

MIT License β€” use freely with attribution.