{"id":23276301,"url":"https://github.com/cesium/solidarium","last_synced_at":"2026-03-12T03:32:59.957Z","repository":{"id":27143525,"uuid":"110023319","full_name":"cesium/solidarium","owner":"cesium","description":"🎄 Solidary December @ University of Minho","archived":false,"fork":false,"pushed_at":"2024-12-17T21:37:20.000Z","size":39852,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-21T09:50:34.755Z","etag":null,"topics":["nextjs","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://dezembrosolidario.cesium.di.uminho.pt","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/cesium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2017-11-08T19:51:56.000Z","updated_at":"2024-12-17T21:37:20.000Z","dependencies_parsed_at":"2025-08-21T09:31:30.542Z","dependency_job_id":"11241b9a-7f23-4066-8730-80278b0fe82a","html_url":"https://github.com/cesium/solidarium","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cesium/solidarium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesium%2Fsolidarium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesium%2Fsolidarium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesium%2Fsolidarium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesium%2Fsolidarium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cesium","download_url":"https://codeload.github.com/cesium/solidarium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesium%2Fsolidarium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30414329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"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":["nextjs","reactjs","tailwindcss"],"created_at":"2024-12-19T21:30:38.535Z","updated_at":"2026-03-12T03:32:59.942Z","avatar_url":"https://github.com/cesium.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[contributing]: CONTRIBUTING.md\n[code_of_conduct]: CODE_OF_CONDUCT.md\n[license]: LICENSE.txt\n[netlify-status]: https://api.netlify.com/api/v1/badges/fcc8fc29-9170-460e-bc6d-7bf207da0a2b/deploy-status\n[netlify-build]: https://app.netlify.com/sites/dezembro-solidario/deploys\n\n\u003ca href=\"https://dezembrosolidario.cesium.di.uminho.pt\" target=\"_blank\"\u003e\n  \u003cimg align=\"right\" src=\"public/images/Solidarium.svg\" alt=\"Solidarium\" width=\"250\"\u003e\n\u003c/a\u003e\n\n# :christmas_tree: Dezembro Solidário\n\n[![Netlify Status][netlify-status]][netlify-build]\n\nO Dezembro Solidário é um projeto de cariz social, que tem como objetivo trazer\numa maior celebração da época natalícia à [Universidade do\nMinho](https://www.uminho.pt/PT) através de incentivos à união da comunidade\nacadémica, espalhando decorações e unindo as nossas associações de estudantes\nnum espírito de solidariedade e partilha, já que no final do mês todos os bens\nrecolhidos durante a atividade serão oferecidos a uma instituição social de\najuda aos mais necessitados.\n\n\u003e \"Dezembro Solidário\" is a social project, which aims to bring a greater\ncelebration of the Christmas season to [Universidade do\nMinho](https://www.uminho.pt/EN) through incentives for the union of the\nacademic community, spreading decorations and uniting our student associations\nin a spirit of solidarity and sharing, since at the end of the month all the\ngoods collected during the activity they will be offered to a social\ninstitution to help those most in need.\n\n## :rocket: Getting Started\n\nThese instructions will get you a copy of the project up and running on your\nlocal machine for development and testing purposes.\n\n### :inbox_tray: Prerequisites\n\nThe following software is required to be installed on your system:\n\n- [Node.js 16.13+](https://nodejs.org/en/download/)\n\nWe recommend using [asdf version\nmanager](https://asdf-vm.com/#/core-manage-asdf?id=install) to install and\nmanage all the programming languages' requirements.\n\n### :gear: Setup\n\nFirst, clone \u0026 setup the repository:\n\n```\ngit clone git@github.com:cesium/dezembro_solidario.git\ncd dezembro_solidario\nnpm install\n```\n\n### :hammer: Development\n\nStart the development server and open\n[http://localhost:3000](http://localhost:3000) with your browser to see the\nresult.\n\n```\nnpm run dev\n```\n\nLint your code.\n\n```\nnpm run lint\n```\n\n### :package: Deployment\n\nCheck out the [Next.js deployment\ndocumentation](https://nextjs.org/docs/deployment) for more details.\n\n### :link: References\n\nYou can use these resources to learn more about the technologies this project\nuses.\n\n- [Getting Started with React](https://reactjs.org/docs/getting-started.html)\n- [Learn Next.js](https://nextjs.org/learn)\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Getting started with Tailwind CSS](https://tailwindcss.com/docs)\n\n## :handshake: Contributing\n\nPlease read [CONTRIBUTING][contributing] and [CODE_OF_CONDUCT][code_of_conduct]\nfor details on our code of conduct and the process for submitting pull requests\nto us.\n\n## :memo: License\n\nThis project is licensed under the MIT License - see the [LICENSE][license]\nfile for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesium%2Fsolidarium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesium%2Fsolidarium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesium%2Fsolidarium/lists"}