This repository has been archived on 2024-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-12-23 00:04:20 +01:00
app oops wrong meta 2023-12-23 00:04:20 +01:00
public add og image 2023-12-22 23:56:54 +01:00
.dockerignore letsgoooo 2023-12-13 00:15:37 +01:00
.eslintrc.cjs npx prettier -w . 2023-12-22 23:59:14 +01:00
.gitignore letsgoooo 2023-12-13 00:15:37 +01:00
Dockerfile letsgoooo 2023-12-13 00:15:37 +01:00
fly.toml letsgoooo 2023-12-13 00:15:37 +01:00
package-lock.json npx prettier -w . 2023-12-22 23:59:14 +01:00
package.json npx prettier -w . 2023-12-22 23:59:14 +01:00
README.md Initial commit from create-remix 2023-12-11 15:19:17 +01:00
remix.config.js npx prettier -w . 2023-12-22 23:59:14 +01:00
remix.env.d.ts Initial commit from create-remix 2023-12-11 15:19:17 +01:00
tsconfig.json npx prettier -w . 2023-12-22 23:59:14 +01:00

Welcome to Remix!

Fly Setup

  1. Install flyctl

  2. Sign up and log in to Fly

flyctl auth signup
  1. Setup Fly. It might ask if you want to deploy, say no since you haven't built the app yet.
flyctl launch

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

If you've followed the setup instructions already, all you need to do is run this:

npm run deploy

You can run flyctl info to get the url and ip address of your server.

Check out the fly docs for more information.