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>
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
- Create a new branch from
main
or rebase latest changes frommain
into your branch - Run
mise reset
to reset the infrastructure with database migrated/seeded - Ligma away
- Create a PR
Description
Languages
Go
91.6%
JavaScript
5.3%
HTML
1.5%
TypeScript
1.1%
Svelte
0.5%