Operand

odyssey, u hear?

gram: op

> ./README.md

# [Operand](https://operand.online)
## Program
* You'll need [Nix or NixOS](https://nixos.org/download).
* You'll need Postgres running locally in the background.

open a nix shell:

sudo echo "extra-experimental-features = flakes nix-command" >> /etc/nix/nix.conf nix develop

run elixir & phoenix commands:

mix deps.get mix setup iex -S mix phx.server

* Go check [`0.0.0.0:4000`](http://0.0.0.0:4000).
## Upcoming Changes
* [ ] Rephrase codebase; replace Elixir, using more Gleam!
---
## Made using [Phoenix](https://www.phoenixframework.org/)
* [Deploy](https://hexdocs.pm/phoenix/deployment.html).
* [Guides](https://hexdocs.pm/phoenix/overview.html)
* [Docs](https://hexdocs.pm/phoenix)
* [Forum](https://elixirforum.com/c/phoenix-forum)
* [Source](https://github.com/phoenixframework/phoenix)