Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

google/conferenceDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

conferencedb

Website with a list of conferences. This is not an official Google product.

Getting Started

For install dependence and test your application in local server

  1. cd conferencedb
  2. npm install -g gulp bower && cd third_party/ && npm install && cd .. && bower install
  3. cd third_party/
  4. gulp serve

For deploy your application on firebase hosting

  1. cd third_party
  2. gulp
  3. cd ../
  4. ONLY FIRST TIME: firebase init
    1. Chose in Firebase Service: Only hosting
    2. Chose in Public folder: dist
    3. Chose in Rewrite all urls to Index.html: y
    4. Chose in Overwrite index.html: N
    5. Chose your project or create a new project
  5. firebase deploy

For test your application before deploy

  1. cd third_party
  2. gulp serve:dist

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published