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
- Host: GitHub
- URL: https://github.com/gdgpisa/hoverboard-2023
- Owner: gdgpisa
- License: other
- Created: 2022-10-18T19:33:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-31T16:16:27.000Z (6 months ago)
- Last Synced: 2026-01-05T01:13:07.829Z (6 months ago)
- Topics: gdg, gdg-devfest, hoverboard
- Language: TypeScript
- Homepage: https://devfest.gdgpisa.it
- Size: 264 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# GDG DevFest Pisa 2023 Website 🌎
[](https://opensource.org/licenses/MIT) [](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).