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
# checkout al branch `dev`
git checkout -b dev
# instalar dependencias
npm install
# ambiente de desarrollo
npm run dev
# para ver el análisis de los chunks
ANALYZE_BUNDLE=true npm run build