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

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Added a readme with a few getting started steps and a heads up about 404s
  • Loading branch information
robdodson committed Mar 26, 2014
1 parent b54c62b commit 2a36be2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2a36be2

Please sign in to comment.