hoverboard

Conference website template

Github星跟踪图

Build Status FOSSA StatusCodacy Badge

Overview

Project Hoverboard is the conference website template that helps you to set up a mobile-first conference website with blog, speaker and schedule management in a few minutes.

The template is created based on 7 years of GDG Lviv team experience of running conferences and feedback from more than 500 event organizers from all around the world who were using previous Hoverboard versions.

Our goal is to allow event organizers to set up a professional conference website with minimum resources. To get started you need only basic knowledge of web technologies and a free Firebase account.

Features, Feature, Description, ---, ---, Fast and optimized, 91/100 PWA on Lighthouse, Works offline, shitty WiFi on the venue is not a problem anymore, Mobile-first, layouts optimized for small screens, Hoverboard can be installed as a native app on your phone, Push notifications, remind about sessions in My schedule, session feedback or target users with a custom message, SEO optimized, index all content and get to the top in search results, Speakers and schedule management, keep and update all information in the Firebase, My schedule, let attendees save sessions they want to visit, Customizable theme, change colors to match your style, Blog, post announcements, updates and useful information, ## Getting Started

  1. Fork repository and clone your fork locally
  2. Install Node.js (v10+)
  3. Install project dependencies: npm install
  4. Create Firebase account and login into Firebase CLI: npx firebase login
  5. Update Hoverboard config and Resources
  6. Import initial data to the Firebase Database
    • Generate serviceAccount.json file
      • Go to console.firebase.google.com -> Project settings -> Service accounts
      • Ensure that Node.js is selected and press Generate new private key
      • Read the warning and press Generate key
      • Save the file as serviceAccount.json and to the root of your hoverboard directory (❗Do NOT commit this file to the public repository)
    • Enable Firestore in web console at console.firebase.google.com -> Database -> Cloud Firestore -> Create database. Select locked mode and press Enable
    • [Optional] You can edit docs/default-firebase-data.json) file using your own data
      • Select your Firebase project npx firebase use <YOUR_PROJECT_ID>
    • Run npm run firestore:init
  7. Run locally
    • npm start
  8. Build and deploy
    • npm run build
    • npm run deploy

NOTE: By default command using configurations from /configs/development.json.
To serve locally or deploy the production app use npm run start:prod and npm run deploy:prod respectively.

:book: Read the Full Setup Guide.

Docker-based development environment

If you don't want to bother with the dependencies, you can use the docker container for development.

:book: Read more in docker docs.

Updating

Here is a git workflow for updating your fork (or downloaded copy) to the latest version:

git remote add upstream https://github.com/gdg-x/hoverboard.git
git fetch upstream
git merge upstream/master
# resolve the merge conflicts in your editor
git add . -u
git commit -m 'Updated to the latest version'

Documentation

The Getting Started guide is probably a good first point of call!
:book: Full documentation.

Compatibility

:white_check_mark: Compatible with latest two version of Chrome, Chrome for Android, Firefox, Opera, Safari, Edge.
:x: IE and Opera Mini aren't supported.

Technology Stack

  • Polymer 2
  • Redux
  • Firebase
  • Service Worker
  • CSS Grid

Contributing

Awesome! Contributions of all kinds are greatly appreciated. To help smoothen the process we have a few non-exhaustive guidelines to follow which should get you going in no time.

Good First Issue

Issues labeled good first issue are a great way to ease into development on this project.

Help Wanted Label

Any other issue labeled help wanted is ready for a PR.

Using GitHub Issues

  • Feel free to use GitHub issues for questions, bug reports, and feature requests
  • Use the search feature to check for an existing issue
  • Include as much information as possible and provide any relevant resources (Eg. screenshots)
  • For bug reports ensure you have a reproducible test case
  • A pull request with a breaking test would be super preferable here but isn't required

Submitting a Pull Request

  • Squash commits
  • Lint your code with eslint (config provided)
  • Include relevant test updates/additions

Code of Conduct

Read the full version Code of Conduct.

Contributors

Maintainer: Abraham Williams
Authors: Oleh Zasadnyy and Sophie Huts.

This project exists thanks to all the people who contribute. [Contribute].

Sponsoring

Most of the core team members, hoverboard contributors and contributors in the ecosystem do this open-source work in their free time. If you like this project and it makes your life easier, please donate.

License

FOSSA Status

The project is published under the MIT license.
Feel free to clone and modify repo as you want, but don't forget to add a reference to authors :)

GDG[x] is not endorsed and/or supported by Google, the corporation.

主要指标

概览
名称与所有者gdg-x/hoverboard
主编程语言TypeScript
编程语言HTML (语言数: 3)
平台
许可证Other
所有者活动
创建于2015-07-17 21:00:52
推送于2025-06-11 18:02:28
最后一次提交
发布数21
最新版本名称v3.0.0 (发布于 )
第一版名称v.0.1 (发布于 )
用户参与
星数1.1k
关注者数35
派生数1.1k
提交数4.6k
已启用问题?
问题数371
打开的问题数85
拉请求数2055
打开的拉请求数24
关闭的拉请求数838
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?