{"id":26399884,"url":"https://github.com/bajrayejoon/minimal-portflio-v2","last_synced_at":"2026-05-06T11:36:37.216Z","repository":{"id":276275334,"uuid":"928751005","full_name":"BajraYeJoon/minimal-portflio-v2","owner":"BajraYeJoon","description":"This is the V2 of my minimal and modern layout framer animated portfolio website ","archived":false,"fork":false,"pushed_at":"2025-03-11T11:00:46.000Z","size":38064,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T12:19:33.330Z","etag":null,"topics":["framer-motion","google-analytics","minimal","modern","portfolio-website","posthog","react-router"],"latest_commit_sha":null,"homepage":"https://binayabajracharya.tech","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BajraYeJoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-07T07:05:39.000Z","updated_at":"2025-03-11T11:00:49.000Z","dependencies_parsed_at":"2025-03-11T12:19:40.411Z","dependency_job_id":"ab647a85-861c-4be6-91bb-0bb8396120fd","html_url":"https://github.com/BajraYeJoon/minimal-portflio-v2","commit_stats":null,"previous_names":["bajrayejoon/minimal-portflio-v2"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BajraYeJoon%2Fminimal-portflio-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BajraYeJoon%2Fminimal-portflio-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BajraYeJoon%2Fminimal-portflio-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BajraYeJoon%2Fminimal-portflio-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BajraYeJoon","download_url":"https://codeload.github.com/BajraYeJoon/minimal-portflio-v2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244041657,"owners_count":20388275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framer-motion","google-analytics","minimal","modern","portfolio-website","posthog","react-router"],"created_at":"2025-03-17T13:32:05.049Z","updated_at":"2026-05-06T11:36:32.193Z","avatar_url":"https://github.com/BajraYeJoon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My React Router App\n\nA modern React application built with React Router and TypeScript.\n\n## Features\n\n- Built with React Router v7\n- TypeScript support\n- Biome for linting and formatting\n- Husky for Git hooks\n- Conventional commits with commitlint\n- TailwindCSS for styling\n\n## Prerequisites\n\n- Node.js (v16 or higher)\n- npm or bun\n\n## Getting Started\n\n1. Clone the repository:\n```bash\ngit clone \u003cyour-repo-url\u003e\ncd my-react-router-app\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nbun install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n# or\nbun run dev\n```\n\n## Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run start` - Start production server\n- `npm run typecheck` - Run TypeScript type checking\n- `npm run lint` - Run Biome linting\n- `npm run format` - Format code with Biome\n- `npm run validate` - Run all checks (typecheck, lint, format)\n\n## Git Commit Guidelines\n\nThis project follows conventional commits specification. Commit messages should be structured as follows:\n\n```\n\u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n[optional body]\n\n[optional footer(s)]\n```\n\nTypes:\n- feat: New feature\n- fix: Bug fix\n- docs: Documentation changes\n- style: Code style changes\n- refactor: Code refactoring\n- perf: Performance improvements\n- test: Adding tests\n- chore: Maintenance tasks\n- ci: CI/CD changes\n- revert: Reverting changes\n\n## License\n\n[MIT](LICENSE)\n\n# Welcome to React Router!\n\nA modern, production-ready template for building full-stack React applications using React Router.\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router-templates/tree/main/default)\n\n## Features\n\n- 🚀 Server-side rendering\n- ⚡️ Hot Module Replacement (HMR)\n- 📦 Asset bundling and optimization\n- 🔄 Data loading and mutations\n- 🔒 TypeScript by default\n- 🎉 TailwindCSS for styling\n- 📖 [React Router docs](https://reactrouter.com/)\n\n## Getting Started\n\n### Installation\n\nInstall the dependencies:\n\n```bash\nnpm install\n```\n\n### Development\n\nStart the development server with HMR:\n\n```bash\nnpm run dev\n```\n\nYour application will be available at `http://localhost:5173`.\n\n## Building for Production\n\nCreate a production build:\n\n```bash\nnpm run build\n```\n\n## Deployment\n\n### Docker Deployment\n\nThis template includes three Dockerfiles optimized for different package managers:\n\n- `Dockerfile` - for npm\n- `Dockerfile.pnpm` - for pnpm\n- `Dockerfile.bun` - for bun\n\nTo build and run using Docker:\n\n```bash\n# For npm\ndocker build -t my-app .\n\n# For pnpm\ndocker build -f Dockerfile.pnpm -t my-app .\n\n# For bun\ndocker build -f Dockerfile.bun -t my-app .\n\n# Run the container\ndocker run -p 3000:3000 my-app\n```\n\nThe containerized application can be deployed to any platform that supports Docker, including:\n\n- AWS ECS\n- Google Cloud Run\n- Azure Container Apps\n- Digital Ocean App Platform\n- Fly.io\n- Railway\n\n### DIY Deployment\n\nIf you're familiar with deploying Node applications, the built-in app server is production-ready.\n\nMake sure to deploy the output of `npm run build`\n\n```\n├── package.json\n├── package-lock.json (or pnpm-lock.yaml, or bun.lockb)\n├── build/\n│   ├── client/    # Static assets\n│   └── server/    # Server-side code\n```\n\n## Styling\n\nThis template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.\n\n---\n\nBuilt with ❤️ using React Router.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbajrayejoon%2Fminimal-portflio-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbajrayejoon%2Fminimal-portflio-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbajrayejoon%2Fminimal-portflio-v2/lists"}