mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 03:56:18 +00:00
| .. | ||
| app | ||
| assets | ||
| functions | ||
| public | ||
| server | ||
| .gitignore | ||
| .prettierrc | ||
| components.json | ||
| env.d.ts | ||
| eslint.config.mjs | ||
| load-context.ts | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| worker-configuration.d.ts | ||
| wrangler.toml | ||
Welcome to Remix + Cloudflare!
Development
Run the dev server:
npm run dev
To run Wrangler:
npm run build
npm run start
Typegen
Generate types for your Cloudflare bindings in wrangler.toml:
npm run typegen
You will need to rerun typegen whenever you make changes to wrangler.toml.
Deployment
First, build your app for production:
npm run build
Then, deploy your app to Cloudflare Pages:
npm run deploy
Styling
This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever css framework you prefer. See the Vite docs on css for more information.