Skip to content

Remix adapter and server runtime for Netlify

License

Notifications You must be signed in to change notification settings

omrilotan/remix-compute

This branch is 232 commits behind netlify/remix-compute:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 19, 2023
Feb 3, 2023
Oct 19, 2023
Oct 30, 2023
Dec 12, 2023
Feb 3, 2023
Feb 3, 2023
Jul 19, 2023
Feb 3, 2023
Feb 3, 2023
Feb 3, 2023
Oct 30, 2023
Feb 3, 2023
Feb 3, 2023
Feb 8, 2023
Jul 19, 2023
Jan 31, 2023
Oct 19, 2023
Dec 18, 2023
Oct 23, 2023
Jul 19, 2023
Jan 25, 2023
Jan 31, 2023
Feb 8, 2023
Jul 19, 2023

Repository files navigation

Remix Compute for Netlify

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-adapter - The Remix adapter for Netlify Functions
  • remix-demo-site - A demo site for testing the remix-adapter
  • @netlify/remix-runtime - The Remix runtime for Netlify Edge Functions
  • @netlify/remix-edge-adapter - The Remix adapter for Netlify Edge Functions
  • remix-edge-demo-site - A demo site for testing the remix-edge-adapter

Installation

npm install

This installs all the dependencies for all the packages and builds the @netlify/remix-runtime, @netlify/remix-adapter, and @netlify/remix-edge-adapter packages.

Development

Run the build watch command to have packages built when they are changed.

npm run build:watch

When you're ready to test your changes, you can run the demo site locally.

ntl build --offline
ntl serve

About

Remix adapter and server runtime for Netlify

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • JavaScript 6.6%
  • Shell 1.1%