Update README.md
Esse commit está contido em:
+26
-5
@@ -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 <wherever you cloned it>
|
||||
@@ -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).
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário