asmodehn / xest

Xest: Elixir client for online crypto exchanges
GNU General Public License v3.0
1 stars 9 forks source link

upgrade phoenix + simplest PETAL stack #22

Closed asmodehn closed 1 year ago

asmodehn commented 2 years ago

We need to upgrade phoenix. Especially the latest version do not need node to setup everything, and tailwind can be installed without npm as well... We should attempt to get a simplified elixir experience, as well as rely on hte PETAL stack, since there seems to be more resources about this stack than a custom built thing (which is not the point here)

asmodehn commented 2 years ago

phoenix upgrade has been done in https://github.com/asmodehn/xest/pull/19

asmodehn commented 1 year ago

petal components are now working. what was missing was hte transiton from leex to heex for it to work.