Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 300 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 300 Bytes

Fishnet

Setup

Clone the repository

Create .env file and paste the following ;

VITE_FISHNET_API_URL=http://localhost:8000
VITE_TRANSACTIONS_API_URL=http://localhost:3001

Install dependencies

yarn install

Start Project

yarn dev