# @remix-run/deno

This package contains a Deno module that provides abstractions for Remix.

For more, see the [Remix docs](https://remix.run/docs).

## Install

Installation is done via `npm`, but the code itself is Deno source code. Read
more about
[why we use `npm` to manage dependencies for Deno projects](https://github.com/remix-run/remix/blob/main/decisions/0001-use-npm-to-manage-npm-dependencies-for-deno-projects.md)
in Remix.

```sh
npm install @remix-run/deno
```
