We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3af3f8 commit 1d08c51Copy full SHA for 1d08c51
readme.md
@@ -14,6 +14,7 @@ To get this going::
14
15
clone this directory, enter the directory
16
```
17
+git clone [email protected]:metamaps/junto.git
18
cd junto
19
20
@@ -42,3 +43,16 @@ grunt serveReload
42
43
44
45
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