diff --git a/src/site/generators/remix.md b/src/site/generators/remix.md new file mode 100644 index 00000000..aaa91f8e --- /dev/null +++ b/src/site/generators/remix.md @@ -0,0 +1,27 @@ +--- +title: Remix +repo: remix-run/remix +homepage: https://remix.run/ +language: + - JavaScript +license: + - MIT +templates: + - React +description: Build Better Websites. Create modern, resilient user experiences with web fundamentals. +twitter: remix_run +--- + +[Remix](https://remix.run) is a full stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and resilient user experience that deploys to any Node.js server and even non-Node.js environments at the edge like Cloudflare Workers. + +Want to know more? Read the [Technical Explanation of Remix](https://remix.run/discussion/introduction). + +## Documentation + +[Remix Documentation](https://remix.run/docs). + +Remix [community on Discord](https://rmx.as/discord). + +## Contributing + +If you're interested in contributing code and/or documentation, please see [contributing guide](https://remix.run/guides/contributing).