Skip to content

FortressFinance/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortress Finance UI

Requirements

  • Node 18
  • Yarn

Getting Started

  1. Install dependencies
$ yarn
  1. Create a .env file based on .env.example. You can ask another dev for the environment variables or fallback to public RPC providers.
$ cp .env.example .env
  1. Start the dev server
$ yarn dev