Skip to content

glau-isidoro/library-app

Repository files navigation

library-app

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd library-app
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

###Firebase

<script src="https://www.gstatic.com/firebasejs/4.1.2/firebase.js"></script> <script> // Initialize Firebase var config = { apiKey: "AIzaSyD5qfsHRcZaXIw_R5WDTPUEYyaW8dNjmC8", authDomain: "library-app-1f482.firebaseapp.com", databaseURL: "https://library-app-1f482.firebaseio.com", projectId: "library-app-1f482", storageBucket: "", messagingSenderId: "479432060787" }; firebase.initializeApp(config); </script>

Releases

No releases published

Packages

No packages published