mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 21:50:10 +00:00
New Version of Supermemory Consumer App
This commit is contained in:
parent
5b35e3ea78
commit
39003aff23
634 changed files with 22332 additions and 64226 deletions
|
|
@ -1,47 +1 @@
|
|||
# Welcome to Remix + Cloudflare!
|
||||
|
||||
- 📖 [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 run 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
|
||||
|
||||
First, build your app for production:
|
||||
|
||||
```sh
|
||||
npm run build
|
||||
```
|
||||
|
||||
Then, deploy your app to Cloudflare Pages:
|
||||
|
||||
```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.
|
||||
# supermemory Consumer
|
||||
Loading…
Add table
Add a link
Reference in a new issue