This is a minimal portfolio site for Meff, an app developer who builds mobile apps using Expo and React Native. The site is built with Next.js and Tailwind CSS and intentionally kept simple and minimal.
- A concise homepage with About, Projects, Skills, and Contact sections.
- Minimal styles in
app/globals.css.
Install dependencies with Bun and run the dev server:
# install dependencies and create `bun.lockb`
bun install
# run the dev server (same scripts in `package.json` — Bun runs them with `bun run`)
bun run devOpen http://localhost:3000 in your browser.
- Replace email
[email protected]inapp/page.tsxwith a real contact address. - Update project links and content under
app/page.tsxto showcase real projects.