# alist-remix **Repository Path**: sternelee/alist-remix ## Basic Information - **Project Name**: alist-remix - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-29 - **Last Updated**: 2024-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to Remix + Cloudflare Workers! - 📖 [Remix docs](https://remix.run/docs) - 📖 [Remix Cloudflare docs](https://remix.run/guides/vite#cloudflare) ## Development Run the dev server: ```sh npm run dev ``` To run Wrangler: ```sh npm run build npm start ``` ## Typegen Generate types for your Cloudflare bindings in `wrangler.toml`: ```sh npm run typegen ``` You will need to rerun typegen whenever you make changes to `wrangler.toml`. ## Deployment If you don't already have an account, then [create a cloudflare account here](https://dash.cloudflare.com/sign-up) and after verifying your email address with Cloudflare, go to your dashboard and set up your free custom Cloudflare Workers subdomain. Once that's done, you should be able to deploy your app: ```sh npm run deploy ``` ## Styling This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever css framework you prefer. See the [Vite docs on css](https://vitejs.dev/guide/features.html#css) for more information.