Poor setup experience #239
Replies: 1 comment 2 replies
-
The docs on this state pretty clearly that it only creates a new template. If you want to create a new project, use
Sounds like maybe you have out of date deps. Without providing the error, there's nothing I can act on here.
Which browser and version? I'm unable to reproduce here.
I wouldn't expect that this framework provide detailed instructions for how to build responsive emails. I'm not aware of an email framework which assumes users come in with zero knowledge on how to construct HTML or the ins and outs of responsive layouts. Indeed, the lib is used to make responsive emails and we've got quite a few users doing just that and @lordelogos is our resident responsive expert. Would be open to suggestions and/or PRs for improving the docs in a way you'd think would be beneficial. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for this lib I'm trying it out. I just wanted to give my setup experience as I think it could be a lot smoother:
npm/bun/pnpm create email
does nothing except create a folder withemails/BatmanEmail.tsx
inside. Notsconfig.json
orpackage.json
so it does nothing by itself and I have to look at your source code to see what these should be. Why don't you include them?BatmanEmail.tsx
seems out of date, I had to create a new template withemail create
for it not to produce a large errorAlso in the intro it says that it can be used for building responsive templates but then if I look at
Column
which would be a prime building block for responsive templates, there's nothing about stacking on mobile, and indeed it's a table and doesn't stack 🤔I haven't started experimenting but I think this stuff could be improved as a first impression :)
Beta Was this translation helpful? Give feedback.
All reactions