Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 265 Bytes

Getting Started

Install deps

yarn

Run Locally

yarn dev

Deploy to Now

  1. Set your production endpoint url in next.config.js
  2. Run now
  3. Set an alias to your production endpoint. ie now alias [generated_deployment_url] [production_endpoint]