Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 536 Bytes

OUSD.com

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

Getting Started

First, install the necessary packages from the project directory:

yarn install

Then, copy the file containing the environment variables:

cp dev.env .env

Finally, start the development server:

yarn dev