Old copy of https://ps2.live in Remix. wtf is react lmfao
Find a file
2023-05-22 11:32:51 -04:00
app handle incorrect world in meta 2023-05-22 11:32:51 -04:00
public reset 2023-05-20 23:39:58 -04:00
.eslintrc.js reset to remix 2023-02-01 19:17:41 -05:00
.gitignore functional minimum 2023-02-01 22:16:37 -05:00
.node-version reset to remix 2023-02-01 19:17:41 -05:00
package-lock.json reset 2023-05-20 23:39:58 -04:00
package.json reset 2023-05-20 23:39:58 -04:00
README.md reset to remix 2023-02-01 19:17:41 -05:00
remix.config.js reset 2023-05-20 23:39:58 -04:00
remix.env.d.ts reset to remix 2023-02-01 19:17:41 -05:00
server.ts reset 2023-05-20 23:39:58 -04:00
tsconfig.json reset to remix 2023-02-01 19:17:41 -05:00
wrangler.toml reset 2023-05-20 23:39:58 -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.