Migrate dev:setup to standalone script

This commit is contained in:
Claudio Ortolina
2025-10-06 17:57:58 +03:00
parent b98751b460
commit 0a0f64978f
2 changed files with 17 additions and 21 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env bash
#MISE description="Setup the local development environment"
set -e
# Add the Fluxon UI hex source repo
mix hex.repo add fluxon https://repo.fluxonui.com \
--fetch-public-key $FLUXON_KEY_FINGERPRINT \
--auth-key $FLUXON_LICENSE_KEY
# Install the gh extension to preview local markdown files
gh extension install thiagokokada/gh-gfm-preview
mix setup