Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 544 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 544 Bytes

OpenG2P Beneficiary Portal

OpenG2P beneficiary self service portal

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.