maxgronlund / lif-lm

for the local atheltich club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Postgres

$ pg_ctl -D /usr/local/var/postgres start

Run.Umbrella

NOTICE

for the css file to be updated NOT NEEDED when updating apps/run_web/assets/css/app.css, you have to run

$ mix tailwind default 

Gettext

$ mix gettext.extract --merge

Resources

https://www.headway.io/blog/client-side-drag-and-drop-with-phoenix-liveview https://flowbite.com/docs/getting-started/quickstart/

tailwind

Deploymend

  • heroku run "POOL_SIZE=2 mex ecto.drop" --app limitless-cove-09957
  • heroku run "POOL_SIZE=2 mix ecto.create" --app lif-lm
  • heroku run "POOL_SIZE=2 mix ecto.migrate" --app lif-lm
  • heroku run "POOL_SIZE=2 mix run apps/run/priv/repo/seeds.exs" --app limitless-cove-09957
  • Aplication name: limitless-cove-09957
  • heroku run "POOL_SIZE=2 mix hello.task"

./ngrok http 4000

About

for the local atheltich club

License:MIT License


Languages

Language:Elixir 70.0%Language:HTML 28.0%Language:CSS 1.3%Language:JavaScript 0.7%Language:Procfile 0.0%