Tagged in

Elixir

Elixir Learnings
Elixir Learnings
Quick articles on tips/tricks/learnings with the Elixir programming language.
More information
Followers
93
Elsewhere
More, on Medium

Custom domain support on Gigalixir

If you want to support a custom url (e.g., Namecheap) for your Gigalixir-hosted app, there a few steps to take that worked for me:

On the Gigalixir side:

  • Go to your Gigalixir dashboard (console.gigalixir.com)

Getting Bulma CSS to work with Phoenix LiveView

Getting the Bulma CSS Framework (v0.9.1 as of this writing) set up with your Phoenix LiveView app only takes a few steps:

  • In your project’s directory, go to the assets folder with cd assets