https://github.com/reactiumcore/actinium-auth
https://github.com/reactiumcore/actinium-auth
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reactiumcore/actinium-auth
- Owner: ReactiumCore
- License: mit
- Created: 2019-11-06T01:29:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T02:46:07.000Z (over 3 years ago)
- Last Synced: 2025-03-12T10:47:25.214Z (about 1 year ago)
- Language: JavaScript
- Size: 3.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Actinium Auth
[](https://greenkeeper.io/)
## 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_