Skip to content

Commit 174e2cf

Browse files
committed
readme updates
1 parent a555865 commit 174e2cf

File tree

2 files changed

+14
-32
lines changed

2 files changed

+14
-32
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
FireStarter is designed to handle the basic features most Angular+Firebase apps need. It can serve as a foundation to quickly roll out more complex features.
44

5-
[Live Demo](https://firestarter-96e46.firebaseapp.com/)
6-
[Lessons and Screencasts](https://angularfirebase.com)
5+
- [Live Demo](https://firestarter-96e46.firebaseapp.com/)
6+
- [Lessons and Screencasts](https://angularfirebase.com)
7+
- [Join the Slack Team](https://join.slack.com/angularfirebase/shared_invite/MjA2NTgxMTI0MTk2LTE0OTg4NTQ4MDAtMjhhZDIzMjc0Mg)
78

89
## Features
910

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1><a id="FireStarter__Angular4__Firebase_Starter_App_0"></a>FireStarter - Angular4 + Firebase Starter App</h1>
22
<p>FireStarter is designed to handle the basic features most Angular+Firebase apps need. It can serve as a foundation to quickly roll out more complex features.</p>
3-
<p><a href="https://firestarter-96e46.firebaseapp.com/">Live Demo</a><br>
4-
<a href="https://angularfirebase.com">Lessons and Screencasts</a></p>
3+
<p><a href="https://angularfirebase.com">Lessons and Screencasts</a></p>
4+
<p><a href="https://join.slack.com/angularfirebase/shared_invite/MjA2NTgxMTI0MTk2LTE0OTg4NTQ4MDAtMjhhZDIzMjc0Mg">Let's talk about Angular+Firebase on Slack</a></p>
55
<h2><a id="Features_7"></a>Features</h2>
66
<ul>
77
<li>Authentication w/ Router Guard</li>
@@ -10,36 +10,17 @@ <h2><a id="Features_7"></a>Features</h2>
1010
<li>SASS + Bulma + FontAwesome</li>
1111
<li>Reactive Form Validation</li>
1212
</ul>
13-
<h2><a id="Usage_15"></a>Usage</h2>
14-
<p>Create an account at <a href="https://firebase.google.com/">https://firebase.google.com/</a></p>
15-
<ul>
16-
<li><code>git clone https://github.com/codediodeio/angular-firestarter.git firestarter</code></li>
17-
<li><code>cd firestarter</code></li>
18-
<li><code>npm install</code></li>
19-
</ul>
20-
<p>Create the environment files below in <code>src/environments/</code>.</p>
21-
<h4><a id="environmentts_25"></a>environment.ts</h4>
22-
<pre><code class="language-typescript"><span class="hljs-keyword">export</span> <span class="hljs-keyword">const</span> environment = {{'{'}}
23-
production: <span class="hljs-literal">false</span>,
24-
firebaseConfig: {{'{'}}
25-
apiKey: <span class="hljs-string">"APIKEY"</span>,
26-
authDomain: <span class="hljs-string">"DEV-APP.firebaseapp.com"</span>,
27-
databaseURL: <span class="hljs-string">"https://DEV-APP.firebaseio.com"</span>,
28-
storageBucket: <span class="hljs-string">"DEV-APP.appspot.com"</span>
29-
{{'}'}}
30-
{{'}'}};
31-
</code></pre>
32-
<h4><a id="environmentprodts_34"></a>environment.prod.ts</h4>
33-
<pre><code class="language-typescript"><span class="hljs-keyword">export</span> <span class="hljs-keyword">const</span> environment = {{'{'}}
34-
production: <span class="hljs-literal">true</span>,
35-
firebaseConfig: {{'{'}}
36-
<span class="hljs-comment">// same as above, or use a different firebase project to isolate environments</span>
37-
{{'}'}}
38-
{{'}'}};
39-
</code></pre>
40-
<p>And finally <code>ng serve</code></p>
13+
14+
<h2>Installation</h2>
15+
16+
Get the latest Firestarter build on <a href="https://github.com/codediodeio/angular-firestarter">Github</a>
17+
18+
<p>More Live Demos</p>
4119
<h2><a id="Apps_Using_FireStarter_in_Production_49"></a>Apps Using FireStarter in Production</h2>
4220
<ul>
4321
<li><a href="https://app.artifilter.com">ArtiFilter</a> - Neural Art Generator</li>
4422
<li><a href="https://flashlawyer.com">FlashLawyer</a> - Legal Document Builder and Chatbot</li>
4523
</ul>
24+
25+
26+
<a href="https://github.com/you"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 999999;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>

0 commit comments

Comments
 (0)