Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

gdg-x/firefly

Repository files navigation

Firefly

Build Status

This project is to help organizers to better promote their events.

It relies on the data stored in the GDG[x] Hub.

List of events Organizers can use URLs like gdg.events/devfest/events to promote DevFest events.

There is no need for organizers to clone this repo or host this project on their servers.

Contribute

Get involved: Join the chat at https://gitter.im/gdg-x/firefly

Discuss issues and pull requests.

Local Development

  1. Clone the git repository.
  2. Create and customize local.env.js based on local.env.sample.js.
  3. Define the GOOGLE_API_KEY: The API key for your project, available from the Cloud Console
  4. Create a new project then go to APIs & Auth->APIs, activate Google+ and Google Maps JavaScript v3 APIs.
  5. Go to APIs & Auth->Credentials. Add Credentials->API key->Browser key->Create (keep Any referrer allowed set).
  6. cd firefly
  7. npm install
  8. npm start

Prod Deployment

  1. cd firefly
  2. npm install -g firebase-tools
  3. firebase login
  4. grunt
  5. firebase deploy
  6. Check the server at https://gdg.events

Contributors

See list of contributors

Maintainer: None.

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

License

© 2013-2017 GDG[x]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.