Install the dependencies:
npm install
# or
yarn
# or
pnpm install
# or
bun installAdd 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_keyThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
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.