The Remix Compute for Netlify packages allow you to deploy your Remix apps to Netlify Edge Functions.
This project is not a template for Remix apps. It is a set of packages used by the Netlify Remix template.
The project is a monorepo. Packages are located in the packages directory. There are three packages:
@netlify/remix-runtime- The Remix runtime for Netlify Edge Functions@netlify/remix-edge-adapter- The Remix adapter for Netlify Edge Functionsremix-edge-demo-site- A demo site for testing the packages
npm installThis installs all the dependencies for all the packages and builds the @netlify/remix-runtime and
@netlify/remix-edge-adapter packages.
Run the build watch command to have packages built when they are changed.
npm run build:watchWhen you're ready to test your changes, you can run the demo site locally.
ntl build --offline
ntl serve