{"id":21662617,"url":"https://github.com/codesyntax/volto-publiccontracts-theme","last_synced_at":"2026-05-10T14:46:44.550Z","repository":{"id":38244982,"uuid":"493540918","full_name":"codesyntax/volto-publiccontracts-theme","owner":"codesyntax","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-26T07:54:32.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-21T14:58:48.326Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesyntax.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}},"created_at":"2022-05-18T06:42:37.000Z","updated_at":"2022-06-03T10:14:07.000Z","dependencies_parsed_at":"2023-02-14T15:15:25.985Z","dependency_job_id":null,"html_url":"https://github.com/codesyntax/volto-publiccontracts-theme","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":"eea/volto-addon-template","purl":"pkg:github/codesyntax/volto-publiccontracts-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-publiccontracts-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-publiccontracts-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-publiccontracts-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-publiccontracts-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesyntax","download_url":"https://codeload.github.com/codesyntax/volto-publiccontracts-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-publiccontracts-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32860226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-25T10:17:25.686Z","updated_at":"2026-05-10T14:46:44.525Z","avatar_url":"https://github.com/codesyntax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# volto-publiccontracts-theme\n\n[![Releases](https://img.shields.io/github/v/release/eea/volto-publiccontracts-theme)](https://github.com/eea/volto-publiccontracts-theme/releases)\n\n[Volto](https://github.com/plone/volto) add-on to show public contracts in a Volto site.\n\nThis addon requires to install [cs.volto.publiccontracts](https://github.com/codesyntax/cs.volto.publiccontracts) in the Plone backend.\n\n## Getting started\n\n### Try volto-publiccontracts-theme with Docker\n\n1. Get the latest Docker images\n\n   ```\n   docker pull plone\n   docker pull plone/volto\n   ```\n\n1. Start Plone backend\n\n   ```\n   docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES=\"profile-plone.restapi:blocks\" plone\n   ```\n\n1. Start Volto frontend\n\n   ```\n   docker run -it --rm -p 3000:3000 --link plone -e ADDONS=\"@eeacms/volto-publiccontracts-theme\" plone/volto\n   ```\n\n1. Go to http://localhost:3000\n\n### Add volto-publiccontracts-theme to your Volto project\n\n1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone\n\n1. Start Volto frontend\n\n- If you already have a volto project, just update `package.json`:\n\n  ```JSON\n  \"addons\": [\n      \"@eeacms/volto-publiccontracts-theme\"\n  ],\n\n  \"dependencies\": {\n      \"@eeacms/volto-publiccontracts-theme\": \"^1.0.0\"\n  }\n  ```\n\n- If not, create one:\n\n  ```\n  npm install -g yo @plone/generator-volto\n  yo @plone/volto my-volto-project --addon @eeacms/volto-publiccontracts-theme\n  cd my-volto-project\n  ```\n\n1. Install new add-ons and restart Volto:\n\n   ```\n   yarn\n   yarn start\n   ```\n\n1. Go to http://localhost:3000\n\n1. Happy editing!\n\n## Release\n\nSee [RELEASE.md](https://github.com/eea/volto-publiccontracts-theme/blob/master/RELEASE.md).\n\n## How to contribute\n\nSee [DEVELOP.md](https://github.com/eea/volto-publiccontracts-theme/blob/master/DEVELOP.md).\n\n## Copyright and license\n\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nAll Rights Reserved.\n\nSee [LICENSE.md](https://github.com/eea/volto-publiccontracts-theme/blob/master/LICENSE.md) for details.\n\n## Funding\n\n[European Environment Agency (EU)](http://eea.europa.eu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fvolto-publiccontracts-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesyntax%2Fvolto-publiccontracts-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fvolto-publiccontracts-theme/lists"}