{"id":21614847,"url":"https://github.com/eea/volto-frontend-template","last_synced_at":"2025-09-06T00:45:04.076Z","repository":{"id":39494665,"uuid":"415885311","full_name":"eea/volto-frontend-template","owner":"eea","description":"How to use this template: https://github.com/eea/volto-frontend-template/wiki","archived":false,"fork":false,"pushed_at":"2023-09-01T15:46:57.000Z","size":144,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-04T11:51:09.389Z","etag":null,"topics":["volto-frontend","volto-project","volto-template"],"latest_commit_sha":null,"homepage":"","language":"Smarty","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/eea.png","metadata":{"files":{"readme":"README.md.tpl","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}},"created_at":"2021-10-11T10:54:13.000Z","updated_at":"2023-09-07T08:45:26.000Z","dependencies_parsed_at":"2025-03-18T16:50:50.530Z","dependency_job_id":"91e34fdb-ae7f-4b2a-95e7-2a8f5ceb8d2e","html_url":"https://github.com/eea/volto-frontend-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/eea/volto-frontend-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Fvolto-frontend-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Fvolto-frontend-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Fvolto-frontend-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Fvolto-frontend-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eea","download_url":"https://codeload.github.com/eea/volto-frontend-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Fvolto-frontend-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842867,"owners_count":25177921,"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-09-05T02:00:09.113Z","response_time":402,"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":["volto-frontend","volto-project","volto-template"],"created_at":"2024-11-24T22:09:41.128Z","updated_at":"2025-09-06T00:45:04.052Z","avatar_url":"https://github.com/eea.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003c%= name %\u003e\n\n[![Release](https://img.shields.io/github/v/release/eea/\u003c%= name %\u003e?sort=semver)](https://github.com/eea/\u003c%= name %\u003e/releases)\n[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2F\u003c%= name %\u003e%2Fmaster\u0026subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto/job/\u003c%= name %\u003e/job/master/lastBuild/display/redirect)\n[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2F\u003c%= name %\u003e%2Fdevelop\u0026subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto/job/\u003c%= name %\u003e/job/develop/lastBuild/display/redirect)\n[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2F\u003c%= name %\u003e%2F0.0.0\u0026build=last\u0026subject=release%20v0.0.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/\u003c%= name %\u003e/job/0.0.0/lastBuild/display/redirect/)\n\n\n## Documentation\n\nA training on how to create your own website using Volto is available as part of the Plone training at [https://training.plone.org/5/volto/index.html](https://training.plone.org/5/volto/index.html).\n\n\n## Getting started\n\n1. Install `nvm`\n\n        touch ~/.bash_profile\n        curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash\n\n        source ~/.bash_profile\n        nvm version\n\n1. Install latest `NodeJS 16.x`:\n\n        nvm install 16\n        nvm use 16\n        node -v\n        v16.16.2\n\n1. Install `yarn`\n\n        curl -o- -L https://yarnpkg.com/install.sh | bash\n        yarn -v\n\n1. Clone:\n\n        git clone https://github.com/eea/\u003c%= name %\u003e.git\n        cd \u003c%= name %\u003e\n\n1. Install\n\n        yarn build\n\n1. Start backend\n\n        docker-compose up -d\n        docker-compose logs -f\n\n1. Start frontend\n\n        yarn start:prod\n\n1. See application at http://localhost:3000\n\n## Automated @eeacms dependencies upgrades\n\nAll the addon dependencies that are located in the dependencies section of `package.json` file that belong to @eeacms and have a `MAJOR.MINOR.PATCH` version are automatically upgraded on the release of a new version of the addon. This upgrade is done directly on the `develop` branch.\n\nExceptions from automated upgrades ( see https://docs.npmjs.com/cli/v8/configuring-npm/package-json#dependencies for dependency configuration examples ) :\n* All github or local paths\n* Any version intervals ( `^version` or `\u003eversion` or `MAJOR.MINOR.x` etc )\n\n## Release\n\nSee [release](https://github.com/eea/ims-frontend/tree/master/RELEASE.md)\n\n## Production\n\nWe use [Docker](https://www.docker.com/), [Rancher](https://rancher.com/) and [Jenkins](https://jenkins.io/) to deploy this application in production.\n\n### Deploy\n\n* Within `Rancher \u003e Catalog \u003e EEA`\n\n### Upgrade\n\n* Within your Rancher environment click on the `Upgrade available` yellow button next to your stack.\n\n* Confirm the upgrade\n\n* Or roll-back if something went wrong and abort the upgrade procedure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feea%2Fvolto-frontend-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feea%2Fvolto-frontend-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feea%2Fvolto-frontend-template/lists"}