Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 317 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 317 Bytes

Robotter.ai Frontend

Setup

Clone the repository

Create .env file and paste the following:

VITE_ROBOTTER_API_URL = http://127.0.0.1:8000
VITE_TRANSACTIONS_API_URL = http://127.0.0.1:3000

Install dependencies

yarn install

Start Project

yarn dev