Skip to content

OpenG2P/openg2p-spar-self-service-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPAR: Self Service Portal

This module provides Self Service Portal for SPAR.

Developer Notes

  • For local development.
    • Install Node, Npm, Npx.
    • Install dependencies
      npm ci
    • Create a .env.local file with the following content. Edit the below API base path appropriately.
      NEXT_PUBLIC_BASE_PATH=""
      NEXT_PUBLIC_BASE_API_PATH="http://localhost:8000/"
    • Run the following to start the app
      npm run dev
    • Open http://localhost:3000 on browser.