Skip to content

InformationRetrieval-Organization/InformationRetrievalUI

Repository files navigation

Web User Interface for the Information Retrieval System

Technologies Used

How to Use

environment variables

  • copy and rename the .env.sample file to .env

Install dependencies

npm install

Run the development server

npm run dev

deployment

npm run build
npm run start

optional: Docker

building

docker build --tag tonylukeregistry.azurecr.io/tonylukeregistry/information-retrieval/ui:latest .

running container locally

docker run --detach --publish 3000:3000 tonylukeregistry.azurecr.io/tonylukeregistry/information-retrieval/ui:latest