-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #986 from jamstack/add-remix
added-remix
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |