npm.io
0.1.0 • Published 6 years ago

navi-app

Licence
MIT
Version
0.1.0
Deps
8
Size
58 kB
Vulns
1
Weekly
0
Stars
87

Navi App

An indispensable guide to exploring your data.

Prerequisites

  • Setup Fili API instance
  • Setup a Navi webservice instance

Installation

Setting Description
factApiHost Bard/Fili Host for factual data
persistenceApiHost Navi WS host for app persistence
  • Update package.json
    • Update description field
    • Update version field

FAQ

How do I use a different app name?
  • Update package.json name field
  • Steps coming soon
I don't have Fili/Navi WS setup yet. Can I test Navi App using mock data?

Yes! Steps coming soon.

Embed Navi to an existing Ember App

If you have an existing Ember.JS app and would like to add Navi functionality to it, checkout the following Ember Addons:

Local Development

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

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
Linting
  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix
Building
  • ember build (development)
  • ember build --environment production (production)
Deploying

Specify what it takes to deploy your app.