{"id":37891462,"url":"https://github.com/vektorprogrammet/homepage","last_synced_at":"2026-01-16T16:56:41.765Z","repository":{"id":40560314,"uuid":"331062228","full_name":"vektorprogrammet/homepage","owner":"vektorprogrammet","description":"Work in progress","archived":false,"fork":false,"pushed_at":"2026-01-12T14:32:25.000Z","size":6963,"stargazers_count":9,"open_issues_count":33,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T21:13:18.293Z","etag":null,"topics":["react","react-router","shadcn-ui","tailwindcss","typescript","website"],"latest_commit_sha":null,"homepage":"","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/vektorprogrammet.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-19T17:47:40.000Z","updated_at":"2025-11-12T17:50:46.000Z","dependencies_parsed_at":"2024-05-12T21:21:00.736Z","dependency_job_id":"340ebd14-dd34-4495-9f4b-be10f38347c5","html_url":"https://github.com/vektorprogrammet/homepage","commit_stats":null,"previous_names":["vektorprogrammet/homepage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vektorprogrammet/homepage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fhomepage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fhomepage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fhomepage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fhomepage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vektorprogrammet","download_url":"https://codeload.github.com/vektorprogrammet/homepage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fhomepage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["react","react-router","shadcn-ui","tailwindcss","typescript","website"],"created_at":"2026-01-16T16:56:41.695Z","updated_at":"2026-01-16T16:56:41.753Z","avatar_url":"https://github.com/vektorprogrammet.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vektor Homepage\n\nVektorprogrammets homepage website\n\n## Required programs\n\n- [node v22](https://nodejs.org/en)\n- [pnpm v10](https://pnpm.io/)\n\n## Scripts\n\n### pnpm install\n\nInstall required dependencies:\n\n```sh\npnpm install\n```\n\n### pnpm dev\n\nRun the dev server:\n\n```sh\npnpm run dev\n```\n\n### pnpm check\n\nCheck for linting and formatting errors:\n\n```sh\npnpm check\n```\n\nApply safe fixes:\n\n```sh\npnpm check:fix\n```\n\nApply unsafe fixes:\n\n```sh\npnpm check:fix:unsafe\n```\n\n### pnpm lint\n\nCheck for linting errors:\n\n```sh\npnpm lint\n```\n\nApply safe fixes:\n\n```sh\npnpm lint:fix\n```\n\nApply unsafe fixes:\n\n```sh\npnpm lint:fix:unsafe\n```\n\n### pnpm format\n\nCheck for formatting errors:\n\n```sh\npnpm format\n```\n\nApply fixes:\n\n```sh\npnpm lint:fix\n```\n\n### Testing\n\nInstall required browsers for running e2e tests:\n\n```sh\npnpm e2e:install\n```\n\nRun all tests:\n\n```sh\npnpm e2e:test\n```\n\nUse the `ui` flag to watch the tests:\n\n```sh\npnpm exec playwright test --ui\n```\n\nRun tests for individual browsers:\n\n| Google Chrome | Firefox | Safari |\n| --- | --- | --- |\n|`pnpm e2e:test:chromium`|`pnpm e2e:test:firefox`|`pnpm e2e:test:webkit`|\n\nGenerate tests interactively:\n\n```sh\npnpm e2e:test:generate\n```\n\nRead more in the [docs](https://playwright.dev/docs/codegen).\n\n### Deployment\n\nFirst, build your app for production:\n\n```sh\npnpm run build\n```\n\nThen run the app in production mode:\n\n```sh\npnpm start\n```\n\nNow you'll need to pick a host to deploy it to.\n\n## File structure\n\n- `dashboard/`: root folder with configuration files and subfolders\n  - `.github/`: GitHub config like CI/CD workflows and PR templates\n  - `.react-router/`: autogenerated types from React Router\n  - `.vscode/`: Local per user workspace settings for those using VSCode\n  - `build/`: Build artifacts for deploying the app to servers\n  - `public/`: Assets requiring no processing, clients download these files as is.\n  - `src/`: All source code for the web app\n    - `__tests__/`: End-to-end tests for full pages or user stories\n    - `components/`: Common components used in multiple pages. Encapsulates features into singular units.\n      - `ui`: Primitives acting as the foundational building blocks for composing larger features or sections, for example common layout components like headers, footers and sidebars, or features like a login modal. Most primitives originates from shadcn/ui and might be manually tweaked to our preferences.\n    - `hooks/`: Common React hooks reused in multiple pages\n    - `lib/`: Common code reused in multiple pages\n    - `routes/`: React Router route modules with filenames following the flat route config \u003chttps://reactrouter.com/how-to/file-route-conventions\u003e\n    - `index.css`: Style variables accessable throughout the whole app. Mainly configuration of Tailwind and CSS variables.\n    - `root.tsx`: Root HTML rendered for ALL pages. Contains global metadata, styles and providers.\n    - `routes.ts`: React Router configuration. Check out the [docs](https://reactrouter.com/start/framework/routing) for an in-depth explanation of the API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvektorprogrammet%2Fhomepage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvektorprogrammet%2Fhomepage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvektorprogrammet%2Fhomepage/lists"}