From 2a36be2ba372657c0c15a2077b3a77c4d0b0216a Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Wed, 26 Mar 2014 12:19:06 -0700 Subject: [PATCH 1/2] Create README.md Added a readme with a few getting started steps and a heads up about 404s --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..d8e87138 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +designer +======== + +# Getting Started + +1. Clone the repo and `cd` in +2. From the root of the project run `bower install` +3. Start a local server (`python -m SimpleHTTPServer` works well for most) +4. Navigate to http://localhost:[YOUR SERVER PORT] + +## Things to know + +You may notice a few 404s in the console. You can safely ignore these. We use these elements on the Polymer team but they're required for designer to work. From 2ecf8879a0c20c51d8f7be6784eac1b0119f49f3 Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Mon, 7 Apr 2014 12:51:34 -0700 Subject: [PATCH 2/2] Update README.md Remove mention of python and clarify "things to know" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8e87138..e16ea8cf 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ designer 1. Clone the repo and `cd` in 2. From the root of the project run `bower install` -3. Start a local server (`python -m SimpleHTTPServer` works well for most) +3. Start a local server 4. Navigate to http://localhost:[YOUR SERVER PORT] ## Things to know -You may notice a few 404s in the console. You can safely ignore these. We use these elements on the Polymer team but they're required for designer to work. +You may notice a few 404s in the console. You can safely ignore these files, they're not required for the designer to work.