yearn / yearn.fi

https://yearn.fi
GNU General Public License v3.0
22 stars 48 forks source link

yearn.fi

Why?

Initial Setup

Install and run

  1. Run yarn
  2. Run yarn run dev
  3. Open the browser and navigate to http://localhost:3000

Run with Docker

This project can be run with Docker.

  1. Build the image: docker build -t [name-of-your-container] .
  2. Run the container: docker run -p 3000:3000 [name-of-your-container]
  3. Open the browser and navigate to http://localhost:3000

Making Changes

Pushing Changes to your Repo

Submitting Pull Request