https://github.com/gdgpisa/hoverboard-2019
Public Repository for DevFest Pisa 2019 Website 🌎
https://github.com/gdgpisa/hoverboard-2019
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
Last synced: 7 months ago
JSON representation
Public Repository for DevFest Pisa 2019 Website 🌎
- Host: GitHub
- URL: https://github.com/gdgpisa/hoverboard-2019
- Owner: gdgpisa
- License: other
- Created: 2018-11-15T21:12:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:26:34.000Z (about 3 years ago)
- Last Synced: 2025-04-09T10:35:45.242Z (10 months ago)
- 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
- Language: Python
- Homepage: https://devfest.gdgpisa.it/
- Size: 214 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GDG DevFest Pisa 2019 Website 🌎
[](https://opensource.org/licenses/MIT) [](http://twitter.com/gdgPisa)
:zap: [Live Website](https://2019.devfest.gdgpisa.it/)
🤝 based on [Project Hoverboard](https://github.com/gdg-x/hoverboard)
### Deploying
To 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**.
The following branches are deployed:
| Branch | Destination | Status |
| ------ | ----------- | ------ |
| `master` | https://devfest-pisa19-debug.firebaseapp.com | [](https://travis-ci.com/gdgpisa/hoverboard-2019) |
| `release` | https://2019.devfest.gdgpisa.it | [](https://travis-ci.com/gdgpisa/hoverboard-2019) |
### Setup the project
:book: [Full documentation](/docs/).
Install Node.JS dependencies with:
```
npm install
```
Then start the development server with
```
npm run serve
```
This command serves the app at `http://localhost:3000` and provides basic URL routing for the app:
:book: Read more in [setup docs](/docs/tutorials/set-up.md).
### Build Locally
This command performs HTML, CSS, and JS minification on the application
dependencies, and generates a service-worker.js file with code to pre-cache the
dependencies based on the entrypoint and fragments specified in `polymer.json`.
The minified files are output to the `build`.
```
npm run build
```
:book: Read more in [deploy docs](/docs/tutorials/deploy.md).
### Acknowledgment
Website based on [Project Hoverboard](https://github.com/gdg-x/hoverboard), template brought by [Oleh Zasadnyy](https://plus.google.com/+OlehZasadnyy)
from [GDG Lviv](http://lviv.gdg.org.ua/).
> *Do you :heart: it?* Show your support - please, [star](https://github.com/gdg-x/hoverboard) the project.
### License
Project is published under the [MIT license](https://github.com/gdg-x/hoverboard/blob/master/LICENSE.md).