Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 609 Bytes

DEPLOYMENT.md

File metadata and controls

24 lines (17 loc) · 609 Bytes

Deployment

We use https://netlify.com for Continuous Deployment at the moment but you can choose another service for deployment. Just make sure you set up the right build command and the correct path to app bundles.

Main App

  • Build command: pnpm build
  • Publish directory: out

Document UI

  • Build command: pnpm build-storybook
  • Pulish directory: storybook-static

Read on: