Build and Deploy Setup
A. Running Locally without Docker
Clone repository
# Fork and Clone the Repository
git clone git@github.com:PSMRI/ubi-eligibility-sdk.git
cd ubi-eligibility-sdk
# Check out the main branch
git checkout mainInstall Dependencies
# Install dependencies
npm installOptional - Set up Git hooks
# Set up Git hooks (Husky)
npm run prepare
git config core.hooksPath .husky/_
chmod +x .husky/pre-commit
chmod +x .husky/commit-msgCreate / Update .env
Running in Dev Mode
B. Running with Docker
Create / Update .env
Build Docker Image Run Steps
Example .env for docker
Use Image in docker-compose
Last updated
