{"id":19445789,"url":"https://github.com/ngodingbang/rwid-portofolio","last_synced_at":"2025-02-25T08:29:24.761Z","repository":{"id":259902494,"uuid":"871221738","full_name":"ngodingbang/rwid-portofolio","owner":"ngodingbang","description":"Portofolio page template for RWID member using Next.js.","archived":false,"fork":false,"pushed_at":"2024-11-20T10:50:51.000Z","size":501,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T22:52:23.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rwid-portofolio.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngodingbang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-10-11T14:06:16.000Z","updated_at":"2024-11-20T10:50:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c89d9426-903d-4cb4-832e-760801f530ca","html_url":"https://github.com/ngodingbang/rwid-portofolio","commit_stats":null,"previous_names":["ngodingbang/rwid-portofolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngodingbang%2Frwid-portofolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngodingbang%2Frwid-portofolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngodingbang%2Frwid-portofolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngodingbang%2Frwid-portofolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngodingbang","download_url":"https://codeload.github.com/ngodingbang/rwid-portofolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240630615,"owners_count":19832100,"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":[],"created_at":"2024-11-10T16:11:45.653Z","updated_at":"2025-02-25T08:29:24.713Z","avatar_url":"https://github.com/ngodingbang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RWID Portofolio Template\n\n[![License](https://badgen.net/github/license/ngodingbang/rwid-portofolio \"License\")](LICENSE.md)\n[![Release](https://badgen.net/github/release/ngodingbang/rwid-portofolio \"Release\")](https://github.com/ngodingbang/rwid-portofolio/releases)\n[![Deploy to Vercel](https://github.com/ngodingbang/rwid-portofolio/actions/workflows/main.yml/badge.svg \"Deploy to Vercel\")](https://github.com/ngodingbang/rwid-portofolio/actions/workflows/main.yml)\n\nThis is a repository of portofolio page template for RWID member using [Next.js](https://nextjs.org) intended for personal use only. The site is forked from the incredible [Tailwind-Nextjs-Starter-Blog](https://github.com/timlrx/tailwind-nextjs-starter-blog) by [Tim Lrx](https://github.com/timlrx). Check out [the parent repository documentation](https://github.com/timlrx/tailwind-nextjs-starter-blog/blob/main/README.md) or fork this project to start building your own portofolio.\n\nThis blog was developed with:\n\n- [![TypeScript](https://img.shields.io/badge/TypeScript_5.6.2-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white \"TypeScript\")](https://www.typescriptlang.org)\n- [![React](https://img.shields.io/badge/React_18.3.1-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB \"React\")](https://react.dev)\n- [![Next.js](https://img.shields.io/badge/nextjs_14.2.12-000000?style=for-the-badge\u0026logo=next.js\u0026logoColor=white \"Next.js\")](https://nextjs.org)\n- [![Tailwind](https://img.shields.io/badge/Tailwind_CSS_3.4.12-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white \"Tailwind\")](https://tailwindcss.com)\n\n## Requirement\n\n- [![Node.js](https://img.shields.io/badge/Node.js_20.18.0-43853D?style=for-the-badge\u0026logo=node.js\u0026logoColor=white \"Node.js\")](https://nodejs.org)\n- [![pnpm](https://img.shields.io/badge/pnpm_9.14.1-F69220?style=for-the-badge\u0026logo=pnpm\u0026logoColor=white \"pnpm\")](https://pnpm.io)\n- [![PostgreSQL](https://img.shields.io/badge/PostgreSQL_17.0-316192?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white \"PostgreSQL\")](https://www.postgresql.org)\n\n## Installation\n\nTo get started using this app in your localhost, simply paste this command into your terminal:\n\n```bash\ngit clone https://github.com/ngodingbang/rwid-portofolio.git\ncp .env.example .env.local\npnpm install\n```\n\n## Preparing The Database\n\nRun migrations and seeder by execute the command below.\n\n```bash\npnpm run migrate:dev:local\n# or\npnpm run migrate:reset:local -- --skip-seed # Add flag \"--skip-seed\" to run the migration without seeding and flag \"--source_path=YOUR_ENV_PATH\" to change the default .env path value.\n```\n\n\u003e Note: This is a development command and should never be used in a production environment. Please use `pnpm exec prisma migrate deploy` for testing an production environment. Read [prisma migrate documentation][prisma-migrate-documentation-url] for further information.\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\npnpm run dev\npnpm run dev:secure # run in https mode\n```\n\nOpen http://localhost:3000 with your browser to see the result. You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file.\n\n## Changelog\n\nYou can read the changelog [here](CHANGELOG.md).\n\n## License\n\nYou can read the license [here](LICENSE.md).\n\n## Support\n\nUsing the template? Support this effort by giving a star on GitHub and giving a shoutout on your social media.\n\n## Author\n\nSeptianata Rizky Pratama\n\n- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white \"GitHub\")](https://github.com/ianriizky)\n- [![LinkedIn](https://img.shields.io/badge/LinkedIn-white?style=for-the-badge\u0026logo=linkedin\u0026colorB=0a66c2 \"LinkedIn\")](https://www.linkedin.com/in/ianrizky)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngodingbang%2Frwid-portofolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngodingbang%2Frwid-portofolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngodingbang%2Frwid-portofolio/lists"}