Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 381 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 381 Bytes

Ragginie Frontend

Run Locally

Clone the project

  git clone https://github.com/sirocco-ventures/raggenie

Go to the project directory

  cd raggenie/ui

Install dependencies

  npm install

Create a .env file add the following env variables

    VITE_BACKEND_URL=${BACKEND_URL}

Start the server

  npm run dev