Skip to content

harvest-finance/harvest-landing

Repository files navigation

Build static website

  1. Clone git repo

  2. install all dependencies

  3. Create .env.local file with var NEXT_PUBLIC_ENV=production

  4. Run "yarn run build"

  5. Copy all files from "out" directory

Run app in dev environment

  1. Change var NEXT_PUBLIC_ENV=dev in .env.local file

  2. Run "yarn run dev"

  3. Open http://localhost:3000/

Releases

No releases published

Packages

No packages published