Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. # multipass-oauth-frontend-lib
  2.  
  3. Front end lib for using multipas auth
  4.  
  5. ---
  6. ## Requirements
  7.  
  8. For development, you will only need Node.js and a node global package, Yarn or npm, installed in your environement.
  9.  
  10. ## Install
  11.     yarn add multipass-oauth-frontend-lib
  12.     or
  13.     npm i multipass-oauth-frontend-lib
  14.  
  15. ## Configure app
  16.  
  17. --
  18.  
  19. ## Running the project
  20.  
  21.     $ yarn start
  22.  
  23. ## Simple build for production
  24.  
  25.     $ yarn build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement