An open API service indexing awesome lists of open source software.

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 🌎

Awesome Lists containing this project

README

          

# GDG DevFest Pisa 2019 Website 🌎

[![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)


readme screenshot

: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 | [![Build Status](https://travis-ci.com/gdgpisa/hoverboard-2019.svg?branch=master)](https://travis-ci.com/gdgpisa/hoverboard-2019) |
| `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) |

### 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).