https://github.com/ascorbic/remix-on-netlify
https://github.com/ascorbic/remix-on-netlify
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ascorbic/remix-on-netlify
- Owner: ascorbic
- Created: 2021-05-25T05:09:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T10:24:19.000Z (over 4 years ago)
- Last Synced: 2025-01-23T14:38:26.091Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://remix-on.netlify.app/
- Size: 146 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-remix - remix-on-netlify
- awesome-remix - remix-on-netlify
README
# Welcome to Remix on Netlify!

- [Remix Docs](https://docs.remix.run)
- [Customer Dashboard](https://remix.run/dashboard)
## Setup
Set the environment variable `REMIX_TOKEN` to your licence key from the Remix dashboard. If your site repo is not public, you could edit `.npmrc` and hard-code the value, but be careful to not commit it to a public repo.
## Development
To run the Remix dev server, run:
```
$ npm run dev
```
Open up [http://localhost:3000](http://localhost:3000) and you should be ready to go!
## Deploying
In the Netlify dashboard, set the environment variable `REMIX_TOKEN` to your licence key from the Remix dashboard. Then when you deploy to Netlify, everything should work.
Click to deploy a copy of this repo: 