{"id":16363308,"url":"https://github.com/cobypear/test-new-site","last_synced_at":"2025-08-31T17:45:13.738Z","repository":{"id":133018356,"uuid":"584787448","full_name":"CobyPear/test-new-site","owner":"CobyPear","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-03T14:14:12.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-22T21:18:23.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CobyPear.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-01-03T14:14:08.000Z","updated_at":"2023-01-03T14:14:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"3457ef9e-0bbd-4f75-a4d6-393e02d4c336","html_url":"https://github.com/CobyPear/test-new-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CobyPear/test-new-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobyPear%2Ftest-new-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobyPear%2Ftest-new-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobyPear%2Ftest-new-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobyPear%2Ftest-new-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CobyPear","download_url":"https://codeload.github.com/CobyPear/test-new-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobyPear%2Ftest-new-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273017550,"owners_count":25031594,"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-08-31T02:00:09.071Z","response_time":79,"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":[],"created_at":"2024-10-11T02:27:13.123Z","updated_at":"2025-08-31T17:45:13.724Z","avatar_url":"https://github.com/CobyPear.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pantheon Decoupled Kit Next WordPress Starter\n\n## Getting Started\n\nThere are two ways to get started with the Next WordPress Starter:\n\n**Option 1**: Use `create-next-app`\n\n1. In your terminal, run the following command:\n\n```bash\nnpx create-next-app -e https://github.com/pantheon-systems/next-wordpress-starter --use-npm\n```\n\n2. Follow the prompts in your terminal to complete the setup.\n\n**Option 2**: Clone the repo\n\n1. Clone this repo:\n\n```bash\ngit clone git@github.com:pantheon-systems/next-wordpress-starter.git\n```\n\n2. Install node modules\n\n```bash\ncd next-wordpress-starter \u0026\u0026 npm install\n```\n\nFor either option, create a `.env.development.local` file and update it with the\nfollowing: (See .env.example for an example)\n\n```\nWPGRAPHQL_URL=\nIMAGE_DOMAIN=\n```\n\n3. Run `npm run dev` to start in dev mode, or `npm run build \u0026\u0026 npm start` to\n   start in production mode.\n\n4. Open a browser and navigate to `http://localhost:3000`.\n\n## Pantheon @pantheon-systems/wordpress-kit\n\nThe Pantheon @pantheon-systems/wordpress-kit is included as a dependency in this\nproject. This allows developers to make use of utility functions to simplify the\nprocess of building and maintaining a Front-End site on Pantheon.\n\nThe `tailwindcssPlugin` is included in this project and is used to map WordPress\nBlock Editor styles to Tailwind styles.\n\nFull documentation can be found at:\nhttps://github.com/pantheon-systems/decoupled-kit-js/tree/canary/web/docs/Packages/wordpress-kit\n\n## Tests\n\nTests are written with [`vitest`](https://vitest.dev/). All new functionality\nshould have unit tests or snapshot tests where applicable. Snapshot tests are\nusing\n[`@testing-library/react`](https://testing-library.com/docs/react-testing-library/intro/).\n\n### Commands\n\nThis section assumes the package manager in use is `npm`. If you are not using\n`npm`, replace `npm` with the name of your package manager.\n\nTo run the tests:\n\n```bash\nnpm test\n```\n\nTo run the tests in watch mode:\n\n```bash\nnpm run test:watch\n```\n\n### Updating Snapshots\n\nSnapshots should be updated when presentational changes are made. If a new page\nroute is added, create a new snapshot test for it, and include any data needed\nto run that test successfully. Please commit the updated snapshots along with\nyour changes.\n\nTo update a snapshot:\n\nRun the following helper command:\n\n```bash\nnpm run update-snapshots\n```\n\nOr, run the test for a single profile in watch mode (see above), then in the\nterminal press the **u** key. This will update the snapshot for the running\nprofile Be sure to update the snapshot for both profiles.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobypear%2Ftest-new-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobypear%2Ftest-new-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobypear%2Ftest-new-site/lists"}