Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 623 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 623 Bytes

Actinium Auth

Greenkeeper badge

Getting Started

$ npm install && cd ./ui && npm install

Node Module Local Development

  1. Remove @atomic-reactor/actinium-auth from your Actinium package.json
  2. Use npm link /path/to/this/code from Actinium directory.

Auth UI Local Development

  1. Follow the steps for Node Module Local Development
  2. $ cd ./ui && npm run local

Building for distribution

$ npm run static
$ npm publish

Note: Be sure to bump version before publishing to NPM