-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dmitry Olegovich Sorokin (@sorydima) edited this page Jul 5, 2025
·
1 revision
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.
/
βββ 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
git clone https://github.com/sorydima/ME.git
cd ME
npm install
npm run devYou can customize the following:
-
config.tsor.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.
- β 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
- Next.js / React
- TailwindCSS or SCSS
- Markdown / MDX for blogs
- IPFS / Web3 integrations (optional)
- REChain SDK (optional)
git checkout -b feature/my-awesome-feature
git commit -m "β¨ Add my awesome feature"
git push origin feature/my-awesome-featureMIT License β use freely with attribution.