You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+59-2Lines changed: 59 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
> NOTE: This repository contains the new roadmap-dev of Myfirebase, if you want to build an application with myfirebase please visit the main [Repository](https://github.com/myfirebase/myfirebase).
2
-
3
1
<palign="center">
4
2
<imgsrc = "http://i.imgur.com/eui4MCQ.png">
5
3
</p>
@@ -16,4 +14,63 @@
16
14
17
15
> Currently, Myfirebase is in development stage, feel free to participate.
18
16
17
+
## Docs
18
+
19
+
[Documentation](https://myfirebase.github.io).
20
+
21
+
## Prerequisites
22
+
23
+
1.**NPM** is the recommended installation method when building large scale applications with **Myfirebase**.
24
+
25
+
-[How to Install Node.js and NPM on Windows](http://blog.teamtreehouse.com/install-node-js-npm-windows)
26
+
27
+
-[How to Install Node.js and NPM on a Mac](http://blog.teamtreehouse.com/install-node-js-npm-mac)
28
+
29
+
-[How to Install Node.js and NPM on a Linux](http://blog.teamtreehouse.com/install-node-js-npm-linux)
30
+
31
+
2.**Firebase command line interface**, `npm install -g firebase-tools`
32
+
33
+
3.**Myfirebase command line interface**, `npm install -g myfirebase-cli`
0 commit comments