Skip to content

Commit 1d08c51

Browse files
author
Connor Turland
committed
Update readme.md
1 parent e3af3f8 commit 1d08c51

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

+14
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ To get this going::
1414

1515
clone this directory, enter the directory
1616
```
17+
git clone [email protected]:metamaps/junto.git
1718
cd junto
1819
```
1920

@@ -42,3 +43,16 @@ grunt serveReload
4243
```
4344

4445
Navigate your browser to `http://localhost:4000`
46+
47+
Changing code within `lib` or within `less` or within `server` will all restart the server or refresh the page automagically.
48+
49+
Once you've made your changes, from your computer terminal run
50+
```
51+
git add .
52+
git commit -m "write an overview of what you changed here"
53+
git pull --rebase origin master
54+
git push origin master
55+
```
56+
57+
Talk to Connor about deploying juntolive
58+

0 commit comments

Comments
 (0)