{"id":50417669,"url":"https://github.com/samoacodehub/website","last_synced_at":"2026-05-31T07:00:37.129Z","repository":{"id":195518741,"uuid":"691451832","full_name":"SamoaCodeHub/website","owner":"SamoaCodeHub","description":"Samoa Code Hub Website built with Svelte-Kit by local developers","archived":false,"fork":false,"pushed_at":"2026-03-10T07:14:31.000Z","size":23144,"stargazers_count":7,"open_issues_count":11,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-10T14:59:47.660Z","etag":null,"topics":["sveletkit","website"],"latest_commit_sha":null,"homepage":"https://www.samoacodehub.org","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/SamoaCodeHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-14T07:53:35.000Z","updated_at":"2026-03-10T07:14:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"03ccf524-dcd8-4b90-bfd3-e99b0bf086e3","html_url":"https://github.com/SamoaCodeHub/website","commit_stats":null,"previous_names":["samoa-stack-overflow/sso-website","samoacodehub/sso-website"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/SamoaCodeHub/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamoaCodeHub%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamoaCodeHub%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamoaCodeHub%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamoaCodeHub%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamoaCodeHub","download_url":"https://codeload.github.com/SamoaCodeHub/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamoaCodeHub%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33722156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["sveletkit","website"],"created_at":"2026-05-31T07:00:36.360Z","updated_at":"2026-05-31T07:00:37.124Z","avatar_url":"https://github.com/SamoaCodeHub.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Samoa Code Hub Website\n\nThe website for the Samoa Code Hub community, built with SvelteKit\n\n[![Contributors][contributors-shield]][contributors-url][![Stargazers][stars-shield]][stars-url][![Issues][issues-shield]][issues-url][![MIT License][license-shield]][license-url]\n\n![Samoan Flag](https://www.worldatlas.com/img/flag/ws-flag.jpg)\n\n## Languages \u0026 Tools\n\n- SvelteKit\n- Svelte\n- Tailwind CSS\n\n## Getting Started\n\n### Prerequisites\n\n- Node v18.18.1 (LTS)\n\n### Clone the Repo\n\n```sh\ngit clone https://github.com/SamoaCodeHub/website.git\ncd website\n```\n\n### Installing dependencies\n\n```bash\nnpm install\n```\n\n### Running the project\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n### Running Tests\n\n```bash\n# Make sure you install playwright browsers\nnpx playwright install\n\n# Run e2e test\nnpm run test:e2e\n```\n\n## Building\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n## Analytics\n\nTo enable analytics set up Google Analytics set the GA_MEASUREMENT_ID env\nvariable.\n\n## Contributing\n\nCheck out our [Contributions Guideline][contribution-url]\n\n## Environments\n\n### Local\n\nhttp://localhost:5173\n\nPlatform: Local Machine\n\nDescription: used for local development, creating new features and bug fixes.\n\n### Staging\n\nhttps://dev.samoacodehub.org\n\nPlatform: Netlify\n\nDescription: reflects the latest changes on the main branch. This ensures there is a working website with the most recent updates.\n\n### Production\n\nhttps://www.samoacodehub.org\n\nPlatform: Vercel\n\nDescription: the live Samoa Code Hub website. The website is deployed on production once a release tag is created.\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/SamoaCodeHub/website.svg?style=for-the-badge\n[contributors-url]: https://github.com/SamoaCodeHub/website/graphs/contributors\n[stars-shield]: https://img.shields.io/github/stars/SamoaCodeHub/website.svg?style=for-the-badge\n[stars-url]: https://github.com/SamoaCodeHub/website/stargazers\n[issues-shield]: https://img.shields.io/github/issues/SamoaCodeHub/website.svg?style=for-the-badge\n[issues-url]: https://github.com/SamoaCodeHub/website/issues\n[license-shield]: https://img.shields.io/github/license/SamoaCodeHub/website.svg?style=for-the-badge\n[license-url]: https://github.com/SamoaCodeHub/website/blob/main/LICENSE.txt\n[contribution-url]: https://github.com/SamoaCodeHub/website/blob/main/CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamoacodehub%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamoacodehub%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamoacodehub%2Fwebsite/lists"}