{"id":16559023,"url":"https://github.com/marc-jb/website","last_synced_at":"2026-04-17T10:09:14.224Z","repository":{"id":42027228,"uuid":"258195248","full_name":"Marc-JB/Website","owner":"Marc-JB","description":"Website for applications and other software created by me","archived":false,"fork":false,"pushed_at":"2024-12-13T11:18:31.000Z","size":15204,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T02:15:41.734Z","etag":null,"topics":["angular","sass","scss","typescript"],"latest_commit_sha":null,"homepage":"https://marc-apps.nl/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marc-JB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-04-23T12:29:03.000Z","updated_at":"2024-12-13T11:17:56.000Z","dependencies_parsed_at":"2024-12-12T19:38:15.963Z","dependency_job_id":null,"html_url":"https://github.com/Marc-JB/Website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Marc-JB/Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc-JB%2FWebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc-JB%2FWebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc-JB%2FWebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc-JB%2FWebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marc-JB","download_url":"https://codeload.github.com/Marc-JB/Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc-JB%2FWebsite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267468559,"owners_count":24092335,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angular","sass","scss","typescript"],"created_at":"2024-10-11T20:24:36.129Z","updated_at":"2026-04-17T10:09:14.194Z","avatar_url":"https://github.com/Marc-JB.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  ![Banner image](/docs/banner.webp?raw=true \"Banner image\")\n  # Marc apps \u0026 software website\n  Website for applications and other software created by Marc apps \u0026 software.\n\n  [![Angular build \u0026 deployment](https://github.com/Marc-JB/Website/workflows/Angular%20build%20\u0026%20deployment/badge.svg)](https://github.com/Marc-JB/Website/actions) \n  [![License: CC BY-NC-ND 4.0](https://badgen.net/badge/license/CC%20BY-NC-ND%204.0/blue)](https://creativecommons.org/licenses/by-nc-nd/4.0/)\n\n\u003c/div\u003e\n\n# :notebook_with_decorative_cover: Table of Contents\n- [About the Project](#star2-about-the-project)\n  * [Tech Stack](#space_invader-tech-stack)\n  * [Color Reference](#art-color-reference)\n- [Getting Started](#toolbox-getting-started)\n  * [Prerequisites](#bangbang-prerequisites)\n  * [Installation](#gear-installation)\n  * [Run Locally](#running-run-locally)\n  * [Deployment](#triangular_flag_on_post-deployment)\n- [Usage](#eyes-usage)\n- [License](#warning-license)\n- [Acknowledgements](#gem-acknowledgements)\n\n## :star2: About the Project\n### :space_invader: Tech Stack\n* The Angular framework.\n* Npm as the package manager for Node.js.\n* TypeScript as the programming language.\n* [SCSS](https://sass-lang.com/) for styling\n* Uses CSS grid, flexbox and media queries\n\n### :art: Color Reference\n| Color | Hex |\n| --- | --- |\n| Primary Color | ![#009688](https://via.placeholder.com/10/009688?text=+) #009688 |\n| Secondary Color | ![#3F51B5](https://via.placeholder.com/10/3F51B5?text=+) #3F51B5 |\n\n## \t:toolbox: Getting Started\n### :bangbang: Prerequisites\nThis project uses Node.js and npm. VSCode is the recommended editor for this project. \n\n### :gear: Installation\nTo install dependencies for this project from a command line/terminal, run the following command:\n```bash\nnpm install -g @angular/cli\nnpm install\n```\n\n### :running: Run Locally\nTo run the website on your machine:\n```bash\nng serve\n```\n\n### :triangular_flag_on_post: Deployment\nTo build this website, run:\n```bash\nng build\n```\n\n## :eyes: Usage\nNavigate to [https://marc-apps.nl/](https://marc-apps.nl/index.html) to view the website.\n\n## :warning: License\nThis project is published under the Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License. Read more about this license in the `LICENSE` file or on [https://creativecommons.org/licenses/by-nc-nd/4.0/](https://creativecommons.org/licenses/by-nc-nd/4.0/). \n\n## :gem: Acknowledgements\n- [Awesome Readme Template](https://github.com/Louis3797/awesome-readme-template)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarc-jb%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarc-jb%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarc-jb%2Fwebsite/lists"}