A platform for sharing everything about Remix
Remix Guide is a platform built with Remix and deployed to Cloudflare Workers. It serves as a hub for sharing resources and information about Remix. All contents are stored using Durable Objects and cached with Worker KV.
To run Remix Guide locally, follow these steps:
.env file based on the provided .env.example.npm start
This will launch a dev server and automatically open the webpage in your browser.
Please ensure that your Node version is equal to or greater than 16.7. If you are using nvm, you can update it by running:
nvm install 16.7
This will ensure that the development environment closely mimics the worker runtime.
Remix Guide is a platform built with Remix and deployed to Cloudflare Workers. It aims to make resources about Remix more accessible to the community. The platform allows users to share resources, create personalized lists, and offers features such as improved search ranking and search by language and version. The process of submitting new resources is currently done online, but additional measures will be implemented to prevent spamming or phishing. To run Remix Guide locally, users need to set up an environment file and start the app in development mode.