You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Switch to Node v22
fnm use
# Install dependencies and git hooks
npm i
# Run in dev mode
npx nx dev web
# Format code
npx nx format:write
# Commit
npm run commmit