Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.06 KB

Site-GDGND - An Amazing Website

Polymer based GDG New Delhi website

How to run on localhost

Install bower dependencies

[sudo] bower install

Now run a localhost server using Python 2.x

python -m SimpleHTTPServer

or using App Engine

gcloud app preview run .

How to publish on App Engine using release pipelines

  1. Make a project on app engine
  2. Change the name of application in app.yaml
  3. Install gcloud command line utils
  4. Get authentication token
  5. Install app engine component
  6. Initialize project and push-to-deploy

Contributions

Vikram Tiwari

Fork and build your own. Send a pull request to contribute.

License

MIT