• Operand
  • no leg, a'sea.

gram: op

Clone using:

mkdir ~/src; cd ~/src
wget -O - 'https://share.operand.online/gram/op/?download=tar_gz' | tar -xzv
cd ./op; git checkout main

Operand

Program

  • You'll need Nix or NixOS.
  • 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 compile
mix run

Upcoming Changes

  • [ ] Rephrase codebase; replace Elixir, using more Gleam!

Made using Phoenix