supermemory/apps/web
2025-02-18 20:43:29 -07:00
..
app unable to get the message through 2025-02-18 20:43:29 -07:00
assets initial docs setup 2025-01-30 20:48:51 -07:00
functions Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
public delete spaces 2025-02-14 12:43:55 -08:00
server delete spaces 2025-02-14 12:43:55 -08:00
.gitignore Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
.prettierrc Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
components.json Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
env.d.ts Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
eslint.config.mjs Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
load-context.ts Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
package.json unable to get the message through 2025-02-18 20:43:29 -07:00
postcss.config.js Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
README.md Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
tailwind.config.ts Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
tsconfig.json Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
vite.config.ts fix: postgres error 2025-01-22 17:23:22 -07:00
worker-configuration.d.ts Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
wrangler.toml fix: deleting memories 2025-01-29 15:44:27 -07:00

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.