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

https://github.com/gdgpisa/hoverboard-2023

Public Repository for DevFest Pisa 2023 Website
https://github.com/gdgpisa/hoverboard-2023

gdg gdg-devfest hoverboard

Last synced: 5 months ago
JSON representation

Public Repository for DevFest Pisa 2023 Website

Awesome Lists containing this project

README

          

# GDG DevFest Pisa 2023 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)

:zap: [Live Website](https://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**.

## Setup the project

:book: [Full documentation](/docs/).

Install Node.JS dependencies with:

```bash
npm install
```

Then start the development server with

```bash
npm run start
```

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`.

```bash
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/). To see the original README.md file just click [here](README_OG.md).

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