Skip to content

Deployment

Mike Burns edited this page Jan 3, 2020 · 1 revision
  1. Create an optimized static export
npm run build
  1. Upload the ./dist directory to your preferred static web host
rsync dist user@host:path/to/doc/root

Deploying to Netlify

TK

Clone this wiki locally