Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokull/remix-test
https://github.com/jokull/remix-test
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jokull/remix-test
- Owner: jokull
- Created: 2022-06-08T21:53:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T21:53:16.000Z (over 2 years ago)
- Last Synced: 2024-12-17T03:58:33.287Z (15 days ago)
- Language: TypeScript
- Size: 504 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix example
This example deploys self-hosted version of [Remix](https://remix.run/) using their [indie-stack](https://github.com/remix-run/indie-stack). Internally it uses a PostgreSQL database to store the data.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/remix?referralCode=faraz)
## ✨ Features
- Remix
- TypeScript
- PostgreSQL## 💁♀️ How to use
- Click the Railway button 👆
- Add the `SESSION_SECRET` environment variable
- You can hit CMD+K and use our secret generator## 📝 Notes
- [Official docs](https://remix.run/docs/en/v1)
- A [video](https://youtu.be/1uebyGwAGvg) introducing the stack