Set up localspot as a Phoenix 1.8 LiveView application with: - Erlang/Elixir via asdf - PostgreSQL database (local user config) - Tailwind CSS v4 with daisyUI - Updated AGENTS.md with project setup and guidelines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
355 B
Elixir
11 lines
355 B
Elixir
# Script for populating the database. You can run it as:
|
|
#
|
|
# mix run priv/repo/seeds.exs
|
|
#
|
|
# Inside the script, you can read and write to any of your
|
|
# repositories directly:
|
|
#
|
|
# Localspot.Repo.insert!(%Localspot.SomeSchema{})
|
|
#
|
|
# We recommend using the bang functions (`insert!`, `update!`
|
|
# and so on) as they will fail if something goes wrong.
|