Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 343 Bytes

File metadata and controls

20 lines (13 loc) · 343 Bytes

Development Guide

Prerequisites

Quick Start

nvm use
npm install
npm start

The app will be available at http://localhost:3000

Additional Scripts

  • npm run build - Creates a production build
  • npm run deploy - Deploys to Permaweb (requires DEPLOY_ANT_PROCESS env var)