{"id":23700920,"url":"https://github.com/silverlightning926/portfolio","last_synced_at":"2025-07-14T11:07:07.440Z","repository":{"id":253309208,"uuid":"843063042","full_name":"silverlightning926/portfolio","owner":"silverlightning926","description":"My Portfolio Site - Built In Svelte","archived":false,"fork":false,"pushed_at":"2024-10-02T04:56:08.000Z","size":478,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T20:24:40.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.siddharthrao.info","language":"Svelte","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/silverlightning926.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2024-08-15T17:46:14.000Z","updated_at":"2024-10-02T04:55:04.000Z","dependencies_parsed_at":"2024-09-12T22:17:18.004Z","dependency_job_id":"d97f013d-ddb9-45fb-8d02-99372446b3f5","html_url":"https://github.com/silverlightning926/portfolio","commit_stats":null,"previous_names":["silverlightning926/portfolio"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/silverlightning926/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverlightning926%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverlightning926%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverlightning926%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverlightning926%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silverlightning926","download_url":"https://codeload.github.com/silverlightning926/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverlightning926%2Fportfolio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265281151,"owners_count":23739863,"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-12-30T09:19:49.244Z","updated_at":"2025-07-14T11:07:07.410Z","avatar_url":"https://github.com/silverlightning926.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio\n\n*\u003cdiv style=\"color:gray;margin-top:-10px;\"\u003eBy Siddharth Rao\u003c/div\u003e*\n\n---\n![Svelte](https://img.shields.io/badge/Svelte-%23FF3E00.svg?style=flat\u0026logo=svelte\u0026logoColor=white) ![Tailwind](https://img.shields.io/badge/Tailwind_CSS-%2306B6D4.svg?style=flat\u0026logo=tailwindcss\u0026logoColor=white) ![GitHub Pages](https://img.shields.io/badge/GitHub_Pages-%23222222.svg?style=flat\u0026logo=amazon-web-services\u0026logoColor=white) ![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=flat\u0026logo=amazon-web-services\u0026logoColor=white)\n\n---\n\n![Deploy](https://github.com/silverlightning926/portfolio/actions/workflows/deploy.yml/badge.svg) ![Formatting](https://github.com/silverlightning926/portfolio/actions/workflows/formatting.yml/badge.svg)\n\n---\n\n\u003c!-- @import \"[TOC]\" {cmd=\"toc\" depthFrom=1 depthTo=6 orderedList=false} --\u003e\n\n\u003c!-- code_chunk_output --\u003e\n\n- [Portfolio](#portfolio)\n  - [Link](#link)\n  - [About](#about)\n  - [Getting Started](#getting-started)\n    - [Local Development](#local-development)\n    - [Docker](#docker)\n  - [Formatting With Prettier](#formatting-with-prettier)\n  - [License](#license)\n\n\u003c!-- /code_chunk_output --\u003e\n\n---\n\n## Link\n\n[siddharthrao.info](https://www.siddharthrao.info)\n\n## About\n\nThis is my personal portfolio website. It is built using Svelte and Tailwind CSS. The website is being hosted by Github Pages and is being routed too by AWS Route53.\n\nThe website is automatically deployed using GitHub Actions. The website is automatically formatted using Prettier.\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Local Development\n\n1. Clone the repository:\n\n    ```bash\n    git clone \u003crepo-url\u003e\n    ```\n\n2. Install the dependencies:\n\n    ```bash\n    npm install --include=dev\n    ```\n\n3. Start the development server:\n\n    ```bash\n    npm run dev\n    ```\n\n4. Open the website in a browser:\n\n    ```bash\n    http://localhost:5173\n    ```\n\n### Docker\n\n1. Build the Docker image:\n\n    ```bash\n    docker build -t portfolio .\n    ```\n\n2. Run the Docker container:\n\n    ```bash\n    docker run -p 5173:80 portfolio\n    ```\n\n3. Open the website in a browser:\n\n    ```bash\n    http://localhost:5173\n    ```\n\n## Formatting With Prettier\n\nThe website is automatically formatted using Prettier. The configuration for Prettier is stored in the `.prettierrc` file.\n\nTo format the website manually, run the following command:\n\n```bash\nnpm run format\n```\n\nTo check if the website is formatted correctly, run the following command:\n\n```bash\nnpm run format:check\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilverlightning926%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilverlightning926%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilverlightning926%2Fportfolio/lists"}