Skip to content

lgastler/remix-remotion-demo

Repository files navigation

Welcome to Remix!

Fly Setup

  1. Install Fly

  2. Sign up and log in to Fly

    flyctl auth signup
  3. Setup Fly. It might ask if you want to deploy, say no since you haven't built the app yet.

    flyctl launch

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

If you've followed the setup instructions already, all you need to do is run this:

npm run deploy

You can run flyctl info to get the url and ip address of your server.

Check out the fly docs for more information.

About

A little demo using remix resource routes to render a dynamic Remotion video!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published