Branden J Brown 747cd7d7f2 backend: add api server stubs (#36)
Reviewed-on: #36
Reviewed-by: PL Pery <kar@karitham.dev>
Co-authored-by: Branden J Brown <zephyrtronium@gmail.com>
Co-committed-by: Branden J Brown <zephyrtronium@gmail.com>
2025-05-30 12:43:23 -04:00
2025-05-28 18:32:19 -04:00
2025-05-06 20:20:47 -04:00
2025-05-07 15:26:40 -04:00
2025-05-07 15:26:40 -04:00
2025-05-28 18:32:19 -04:00
2025-05-11 21:44:34 -04:00
2025-05-11 21:44:34 -04:00

ligmo

Setup Local Development Environment

# Install `mise`
# Installation options: https://mise.jdx.dev/installing-mise.html
$ curl https://mise.run | sh

# Add this to your shell profile if `mise` is not in your PATH
$ export PATH="$HOME/.local/bin:$PATH"

# Activate `mise` in your .profile
# Activation options: https://mise.jdx.dev/installing-mise.html#shells
#
# Run ONE of these:
$ echo 'eval "$(mise activate bash)"' >> ~/.bashrc
$ echo 'eval "$(mise activate zsh)"' >> "${ZDOTDIR-$HOME}/.zshrc"
$ echo 'mise activate fish | source' >> ~/.config/fish/config.fish

# Open and validate `mise.toml` before trusting (inside repository root)
$ mise trust

# Install dependencies
$ mise install

# Setup dependencies
$ mise setup

Development Workflow

  1. Create a new branch from main or rebase latest changes from main into your branch
  2. Run mise reset to reset the infrastructure with database migrated/seeded
  3. Ligma away
  4. Create a PR
Description
No description provided
Readme 3.2 MiB
Languages
Go 91.6%
JavaScript 5.3%
HTML 1.5%
TypeScript 1.1%
Svelte 0.5%