Crypto-One-dev / harvest-landing

Landing page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Landing page


Languages

Language:JavaScript 97.5%Language:CSS 1.7%Language:Shell 0.8%