From 6931886505b5fadf45885d6c08b2f0ec05e9691e Mon Sep 17 00:00:00 2001 From: davidascher Date: Fri, 24 Jan 2014 15:17:16 -0800 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2c6168..cc35981 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ -1. Fork this repo -2. Rename it (e.g. my-component) -3. Git clone it to your computer -4. In your terminal window: +## To make your first component + +### 1. Fork this repo + +Just click the fork button in the top right of this page. + +### 2. Rename it (e.g. my-component) + +In the right hand column, click on the screwdriver/wrench icon for Settings. + +### 3. Git clone it to your computer + +The usual git clone command will work. + +### 4. In your terminal window: ``` cd @@ -9,4 +20,14 @@ npm install grunt ``` -5. Go to appmaker, sign in, and add a component, specifying the URL that step 4 gives you. +### 5. Teach Appmaker where you find your new component + +* Go to appmaker +* Sign in +* In the menu with your email address, click on 'add a component' +* Specify the URL that step 4 gives you. + +### 6. Edit component.html + +As the file is changed, the local server will udpate; Refresh the designer to make it load the new version. (we hope to streamline this later). +