{"id":13568441,"url":"https://github.com/eea/freshwater-frontend","last_synced_at":"2026-04-02T18:55:53.762Z","repository":{"id":37545203,"uuid":"327914058","full_name":"eea/freshwater-frontend","owner":"eea","description":"Volto project for Freshwater","archived":false,"fork":false,"pushed_at":"2026-02-13T15:22:18.000Z","size":44065,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":32,"default_branch":"master","last_synced_at":"2026-02-13T20:39:16.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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","changelog":"CHANGELOG.md","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-08T13:42:47.000Z","updated_at":"2026-02-13T09:01:26.000Z","dependencies_parsed_at":"2023-10-02T12:40:57.307Z","dependency_job_id":"75a0379a-29fc-4ab8-b946-7d6eb2736f82","html_url":"https://github.com/eea/freshwater-frontend","commit_stats":{"total_commits":803,"total_committers":14,"mean_commits":"57.357142857142854","dds":0.4595267745952677,"last_synced_commit":"ac95f9410f20182657fe7b9e0c88eef26dfe9662"},"previous_names":[],"tags_count":345,"template":false,"template_full_name":null,"purl":"pkg:github/eea/freshwater-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Ffreshwater-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Ffreshwater-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Ffreshwater-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Ffreshwater-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eea","download_url":"https://codeload.github.com/eea/freshwater-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Ffreshwater-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29576961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"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":[],"created_at":"2024-08-01T14:00:25.923Z","updated_at":"2026-04-02T18:55:53.751Z","avatar_url":"https://github.com/eea.png","language":"Python","funding_links":[],"categories":["Websites built with Volto"],"sub_categories":["Open-source websites built with Volto"],"readme":"# WISE Freshwater: Volto Frontend\n\n[![Release](https://img.shields.io/github/v/release/eea/freshwater-frontend?sort=semver)](https://github.com/eea/freshwater-frontend/releases)\n[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Ffreshwater-frontend%2Fmaster\u0026subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto/job/freshwater-frontend/job/master/lastBuild/display/redirect)\n[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Ffreshwater-frontend%2Fdevelop\u0026subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto/job/freshwater-frontend/job/develop/lastBuild/display/redirect)\n[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Ffreshwater-frontend%2F2.31.0\u0026build=last\u0026subject=release%20v2.31.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/freshwater-frontend/job/2.31.0/lastBuild/display/redirect/)\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## 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 12.x`:\n\n        nvm install 12\n        nvm use 12\n        node -v\n        v12.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/freshwater-frontend.git\n        $ cd freshwater-frontend\n\n1.  Activate `develop` add-ons\n\n        $ yarn develop\n\n1.  Install dependencies using Yarn\n\n        $ yarn\n\n1.  Start frontend in develop mode without the need to build the JS resources\n\n        $ yarn start\n\n1.  Or start frontend in production mode\n\n        $ yarn start:prod\n\n1.  See application at http://localhost:3000\n\n## Backend\n\n### Installation:\n\nPlone 5 backend package for the WISE-freshwater: https://github.com/eea/freshwater-backend\n\n1.  Install [Docker](https://docs.docker.com/install/)\n1.  Install [Docker Compose](https://docs.docker.com/compose/install/)\n\n1.  Clone (in freshwater-frontend package)\n\n        $ cd freshwater-frontend\n        $ git clone git@github.com:eea/freshwater-backend.git backend\n\n1.  Build and run the image\n\n        $ docker-compose build\n        $ docker-compose up -d\n\n### Start the stack:\n\n```shell\n  $ docker-compose up -d ploneapi\n```\n\n### Use the shell container to start Plone:\n\n```shell\n  $ docker-compose exec ploneapi bash\n```\n\n### Inside the Plone container, you can use the instance script to start Zope:\n\n```shell\n  $ bin/standalone fg\n```\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\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\nFor backend image see https://github.com/eea/eea.docker.plonesaas/tree/freshwater\n\n### Deploy\n\n- Within `Rancher \u003e Catalog \u003e EEA` deploy [Volto - Freshwater](https://github.com/eea/eea.rancher.catalog/tree/master/templates/volto-freshwater)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feea%2Ffreshwater-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feea%2Ffreshwater-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feea%2Ffreshwater-frontend/lists"}