From d93896221d02ead09eb101f49aa25688fe573a08 Mon Sep 17 00:00:00 2001 From: TomasBankauskas Date: Fri, 6 Dec 2024 16:13:07 +0200 Subject: [PATCH] added-remix --- src/site/generators/remix.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/site/generators/remix.md 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).