Skip to content

triomics-in/oncol-llm-patient-record

 
 

Repository files navigation

Start the project locally

  1. Install the packages using npm or yarn running the following command in your terminal
npm install

OR

yarn install
  1. Replace the DATABASE connection string (DATABASE_URL) in the .env file

  2. Run the following command to start the project locally.
    Using npm

npm run dev

Or Using yarn

yarn run dev
  1. You can confirm if all worked properly by visiting the provided local url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • JavaScript 3.6%
  • CSS 2.4%