Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 899 Bytes

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