{"id":25376645,"url":"https://github.com/gdgpisa/hoverboard-2019","last_synced_at":"2025-07-27T15:42:00.670Z","repository":{"id":39696381,"uuid":"157773332","full_name":"gdgpisa/hoverboard-2019","owner":"gdgpisa","description":"Public Repository for DevFest Pisa 2019 Website 🌎","archived":false,"fork":false,"pushed_at":"2023-01-09T11:26:34.000Z","size":224275,"stargazers_count":2,"open_issues_count":27,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T10:35:45.242Z","etag":null,"topics":["devfest","devfest19","devfest2019","firebase","firebase-auth","firebase-database","firebase-hosting","firebase-realtime-database","gdg","gdg-devfest","gdg-devfest-pisa","gdg-pisa","gdg-x","google","material-design","node-js","nodejs","polymer","polymer2","progressive-web-app"],"latest_commit_sha":null,"homepage":"https://devfest.gdgpisa.it/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gdgpisa.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-11-15T21:12:00.000Z","updated_at":"2024-09-25T23:16:17.000Z","dependencies_parsed_at":"2023-02-08T10:16:36.794Z","dependency_job_id":null,"html_url":"https://github.com/gdgpisa/hoverboard-2019","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gdgpisa/hoverboard-2019","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdgpisa%2Fhoverboard-2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdgpisa%2Fhoverboard-2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdgpisa%2Fhoverboard-2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdgpisa%2Fhoverboard-2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gdgpisa","download_url":"https://codeload.github.com/gdgpisa/hoverboard-2019/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdgpisa%2Fhoverboard-2019/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267379101,"owners_count":24077861,"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-07-27T02:00:11.917Z","response_time":82,"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":["devfest","devfest19","devfest2019","firebase","firebase-auth","firebase-database","firebase-hosting","firebase-realtime-database","gdg","gdg-devfest","gdg-devfest-pisa","gdg-pisa","gdg-x","google","material-design","node-js","nodejs","polymer","polymer2","progressive-web-app"],"created_at":"2025-02-15T04:36:54.327Z","updated_at":"2025-07-27T15:42:00.654Z","avatar_url":"https://github.com/gdgpisa.png","language":"Python","readme":"# GDG DevFest Pisa 2019 Website 🌎\n\n [![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Twitter](https://img.shields.io/badge/Twitter-@gdgPisa-blue.svg?style=flat)](http://twitter.com/gdgPisa)\n \n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/2GySKdJ.png\" alt=\"readme screenshot\"/\u003e\n\u003c/p\u003e\n\n:zap: [Live Website](https://2019.devfest.gdgpisa.it/)\n🤝 based on [Project Hoverboard](https://github.com/gdg-x/hoverboard)\n\n### Deploying\n\nTo contribute to the website, you don't need to clone the repository. The repository is integrated with TravisCI to make sure that the website is re-deployed **whenever there is a new commit**.\n\nThe following branches are deployed:\n\n| Branch | Destination | Status |\n| ------ | ----------- | ------ |\n| `master` | https://devfest-pisa19-debug.firebaseapp.com | [![Build Status](https://travis-ci.com/gdgpisa/hoverboard-2019.svg?branch=master)](https://travis-ci.com/gdgpisa/hoverboard-2019) |\n| `release` | https://2019.devfest.gdgpisa.it | [![Build Status](https://travis-ci.com/gdgpisa/hoverboard-2019.svg?branch=release)](https://travis-ci.com/gdgpisa/hoverboard-2019) |\n\n\n\n### Setup the project\n:book: [Full documentation](/docs/).\n\nInstall Node.JS dependencies with:\n```\nnpm install\n```\n\nThen start the development server with\n```\nnpm run serve\n```\n\nThis command serves the app at `http://localhost:3000` and provides basic URL routing for the app:\n\n:book: Read more in [setup docs](/docs/tutorials/set-up.md).\n\n### Build Locally\n\nThis command performs HTML, CSS, and JS minification on the application\ndependencies, and generates a service-worker.js file with code to pre-cache the\ndependencies based on the entrypoint and fragments specified in `polymer.json`.\nThe minified files are output to the `build`.\n\n```\nnpm run build\n```\n\n:book: Read more in [deploy docs](/docs/tutorials/deploy.md).   \n\n### Acknowledgment\n\nWebsite based on [Project Hoverboard](https://github.com/gdg-x/hoverboard), template brought by [Oleh Zasadnyy](https://plus.google.com/+OlehZasadnyy)\nfrom [GDG Lviv](http://lviv.gdg.org.ua/).\n\n\u003e *Do you :heart: it?* Show your support - please, [star](https://github.com/gdg-x/hoverboard) the project.\n\n### License\n\nProject is published under the [MIT license](https://github.com/gdg-x/hoverboard/blob/master/LICENSE.md).  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdgpisa%2Fhoverboard-2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdgpisa%2Fhoverboard-2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdgpisa%2Fhoverboard-2019/lists"}