{"id":34614368,"url":"https://github.com/thematters/matters-web","last_synced_at":"2026-04-02T13:21:13.213Z","repository":{"id":36958869,"uuid":"169755643","full_name":"thematters/matters-web","owner":"thematters","description":"Implementation of the Matters.Town website","archived":false,"fork":false,"pushed_at":"2026-03-09T10:31:02.000Z","size":112968,"stargazers_count":87,"open_issues_count":95,"forks_count":24,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2026-03-09T15:10:24.075Z","etag":null,"topics":["apollo","apollo-client","matters","platform"],"latest_commit_sha":null,"homepage":"https://matters.town","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thematters.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2019-02-08T15:28:02.000Z","updated_at":"2026-03-09T10:31:07.000Z","dependencies_parsed_at":"2023-10-16T06:34:58.674Z","dependency_job_id":"bd2c7513-3ca6-4434-820a-66e7380c4125","html_url":"https://github.com/thematters/matters-web","commit_stats":null,"previous_names":[],"tags_count":197,"template":false,"template_full_name":null,"purl":"pkg:github/thematters/matters-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thematters%2Fmatters-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thematters%2Fmatters-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thematters%2Fmatters-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thematters%2Fmatters-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thematters","download_url":"https://codeload.github.com/thematters/matters-web/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thematters%2Fmatters-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"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":["apollo","apollo-client","matters","platform"],"created_at":"2025-12-24T14:20:23.555Z","updated_at":"2026-03-10T04:01:47.154Z","avatar_url":"https://github.com/thematters.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# matters-web\n\n![Deployment Status](https://github.com/thematters/matters-web/workflows/Deployment/badge.svg) ![Build Status](https://github.com/thematters/matters-web/workflows/Test%20Build/badge.svg) ![Test Status](https://github.com/thematters/matters-web/workflows/Test%20E2E/badge.svg) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n## Getting Started\n\n### Start local dev\n\n- Install [commitizen](https://github.com/commitizen/cz-cli) globally: `npm install commitizen -g`\n- Install dependencies: `npm i`\n- Environment variables: `cp .env.local.example .env.local`\n- Run `npm run gen:type`\n- Run `npm run i18n`\n- Run `npm run dev`, then go to `http://localhost:3000/`\n\n### Build and run production server\n\n`npm run build \u0026\u0026 npm run start`\n\n### Start local dev with Docker\n\n- Environment variables: `cp .env.local.example .env`\n- Set command alias: `source bin/dc-alias`\n- Build docker image: `dc build`\n- Run:\n  - `dc up` or `dc run --service-ports web npm run dev`\n  - then go to `http://localhost:3000/`\n\n\u003e NOTE: If new packages are added to package.json, `dc up` will use `npm i` to install those packages. But if you are using `dc run --service-ports web npm run dev`, you need to run `dc run web npm i` manually to make sure that new packages are installed.\n\n### Build with docker\n\n- Set command alias: `source bin/dc-alias`\n- `dc run web npm run build`\n\n### Push and pull docker image\n\n- Set command alias: `source bin/dc-alias`\n- Build docker image: `dc build`\n- aws configure, then input your access key and secret\n- Login AWS ECR with `$(aws ecr get-login --no-include-email --region ap-southeast-1)`\n- Push:\n  - `docker push 903380195283.dkr.ecr.ap-southeast-1.amazonaws.com/matters-web:latest`\n  - `docker tag matters-web:latest 903380195283.dkr.ecr.ap-southeast-1.amazonaws.com/matters-web:latest`\n- Pull:\n  - `docker pull 903380195283.dkr.ecr.ap-southeast-1.amazonaws.com/matters-web:latest`\n  - `docker tag 903380195283.dkr.ecr.ap-southeast-1.amazonaws.com/matters-web:latest matters-web:latest`\n\n## Testing\n\nSee [Playwright Testing Guide](https://www.notion.so/matterslab/Playwright-Testing-Guide-60caa248d5ce4d70938b7b2f2c7e9139).\n\n## Conventions\n\nSee `.cursor/rules` and [Team Wiki](https://www.notion.so/matterslab/Conventions-acbed6763f6746319396978c19340d78).\n\n## Tools\n\n### VS Code\n\n#### Settings\n\nSee `.vscode/settings.json`\n\n#### Extensions\n\nSee `.vscode/extensions.json`\n\n### Vim\n\n#### Settings\n\nFor vim users, you might want to see `.vim/.vimrc` (using vim-plug).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthematters%2Fmatters-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthematters%2Fmatters-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthematters%2Fmatters-web/lists"}