Skip to content

Integratingfactor/integratingfactor.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

integratingfactor.github.io

This is a sample implementation to demonstrate simplicity of using Integratingfactor.com's AAA as as service from github pages for basic user authentication. This experience is available at https://integratingfactor.github.io, which is a github pages site.

For more details about oAuth API and functionality available to developers, please refer to wiki.

Development Steps

Install

  • clone repo: $ git clone git@github.com:Integratingfactor/integratingfactor.github.io.git
  • change directory: $ cd integratingfactor.github.io/gulp
  • install gulp globally (needed one time only, if not done before): $ npm install --global gulp
  • install local npm dependencies: $ npm install
    Refer to fixing npm permissions, if you are seeing EACCES or permissions errors.

Run

  • start gulp: $ gulp
  • leave the terminal running with gulp

Develop

  • with gulp running already, start a new terminal
  • change directory to source : $ cd integratingfactor.github.io/src
  • make changes to a .html, .js, or .scss file
  • gulp should watch and automatically rebuild
  • browser should reload to see changes automatically

About

Developer documentation for Integratingfactor.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published