- Node.js via nvm
nvm use
npm install
npm startThe app will be available at http://localhost:3000
npm run build- Creates a production buildnpm run deploy- Deploys to Permaweb (requiresDEPLOY_ANT_PROCESSenv var)
nvm use
npm install
npm startThe app will be available at http://localhost:3000
npm run build - Creates a production buildnpm run deploy - Deploys to Permaweb (requires DEPLOY_ANT_PROCESS env var)