2.2.6 • Published 5 years ago

dashboard-next v2.2.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Dashboard Next

Codeship Status for guestyorg/dashboard-next

New design for Guesty's dashboard.

Installation

log in to npm: npm adduser

  • username: guestydev
  • password: Superh0st

$ git clone && npm it && npm start

You can supply PORT environment variable such that we will listen to another localhost port

Configuration

you will find at ./src/config folder the configuration setup.

  • base: will set default for all environments
  • staging, development, production: respectively for each environment, will override base values.

CLUSTER

you should pass CLUSTER environment variable for each environment other the development

Firebase

firebase configuration is at firebase.json file. .firebaserc file is to make sure the correct bucket is chosen.

Webpack-Dev-Server

to expose webpack-dev-server to public use: disableHostCheck: true.