Old copy of https://ps2.live in Remix. wtf is react lmfao
Find a file
2024-07-15 14:13:23 -04:00
app sync 2024-07-15 14:13:23 -04:00
build sync 2024-07-15 14:13:23 -04:00
hack sync 2024-07-15 14:13:23 -04:00
public fix favicon 2023-06-10 23:34:42 -04:00
.envrc sync 2024-07-15 14:13:23 -04:00
.eslintrc.js reset to remix 2023-02-01 19:17:41 -05:00
.gitignore sync 2024-07-15 14:13:23 -04:00
.node-version update node-version 2023-05-29 19:36:32 -04:00
bun.lockb sync 2024-07-15 14:13:23 -04:00
flake.lock sync 2024-07-15 14:13:23 -04:00
flake.nix sync 2024-07-15 14:13:23 -04:00
package-lock.json sync 2024-07-15 14:13:23 -04:00
package.json sync 2024-07-15 14:13:23 -04:00
README.md reset to remix 2023-02-01 19:17:41 -05:00
remix.env.d.ts sync 2024-07-15 14:13:23 -04:00
server.mjs sync 2024-07-15 14:13:23 -04:00
shell.nix sync 2024-07-15 14:13:23 -04:00
tsconfig.json sync 2024-07-15 14:13:23 -04:00
vite.config.js sync 2024-07-15 14:13:23 -04:00

Welcome to Remix!

Development

You will be utilizing Wrangler for local development to emulate the Cloudflare runtime. This is already wired up in your package.json as the dev script:

# start the remix dev server and wrangler
npm run dev

Open up http://127.0.0.1:8788 and you should be ready to go!

Deployment

Cloudflare Pages are currently only deployable through their Git provider integrations.

If you don't already have an account, then create a Cloudflare account here and after verifying your email address with Cloudflare, go to your dashboard and follow the Cloudflare Pages deployment guide.

Configure the "Build command" should be set to npm run build, and the "Build output directory" should be set to public.