Skip to content

udplabs/okta-demo-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

okta-demo-api-docs

Front End to the okta-demo-api

Local development

  • cd into /okta-demo-api-docs directory
  • Run npm install
  • Create a .env file with the following contents:
VUE_APP_API_URL="{ url where the api is deployed }"
VUE_APP_UDP_API="{ url where udp api is deployed }"
  • Run npm run dev to serve locally
  • Open a browser to localhost:8080

Build Static Files

  • Run npm run build (Build is in /docs/.vuepress/dist)

For more details, please head VuePress's documentation.

About

Front end to okta-demo-api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages