OpenG2P beneficiary self service portal
- 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.