Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 560 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 560 Bytes

OETH.com

This Next.js application powers the marketing pages for Origin ETH; the yield-generating, self custodial LSD. Contact us on Discord if you're interested in contributing.

Getting Started

First, install the necessary packages from the project directory:

npm install
# or
yarn install

Then, copy the file containing the environment variables:

cp dev.env .env

Finally, start the development server:

npm run dev
# or
yarn dev