Skip to content

GDGCloudMad/website

Repository files navigation

Build status

The GDG Cloud Madrid official website.

Prerequisites

First, install Polymer CLI using npm (we assume you have pre-installed node.js).

npm install -g polymer-cli

And install the dependencies:

npm install && bower install

Start the development server

This command serves the app at http://localhost:8080 and provides basic URL routing for the app:

polymer serve --open

Run tests

This command will run Web Component Tester against the browsers currently installed on your machine:

polymer test