Old copy of https://ps2.live in Remix. wtf is react lmfao
Find a file
2023-06-29 15:33:13 -04:00
app add back ceres next cont 2023-06-29 15:33:13 -04:00
public fix favicon 2023-06-10 23:34:42 -04:00
.eslintrc.js reset to remix 2023-02-01 19:17:41 -05:00
.gitignore initial index 2023-05-22 21:04:29 -04:00
.node-version update node-version 2023-05-29 19:36:32 -04:00
package-lock.json update base, add /about, footer 2023-06-10 14:41:33 -04:00
package.json update base, add /about, footer 2023-06-10 14:41:33 -04:00
README.md reset to remix 2023-02-01 19:17:41 -05:00
remix.config.js update base, add /about, footer 2023-06-10 14:41:33 -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 update base, add /about, footer 2023-06-10 14:41:33 -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.