/mybro-demo

Primary LanguageJavaScriptMIT LicenseMIT

MyBRO Demo

Getting Started

Install the dependencies:

npm install
# or
yarn
# or
pnpm install
# or
bun install

Add a .env file in the root of the project with the following content:

SNOMED_API_URL = your_snomed_api_url
ICD10_API_URL = your_icd10_api_url
API_KEY = your_api_key

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

The easiest way to deploy MyBro Demo is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.