ADD: Script de intalación

This commit is contained in:
Moisés de Jesús Cortés Castellanos 2024-12-16 15:58:55 -06:00
parent 70b6fe99a0
commit 761acc7fcc

9
install.sh Executable file
View File

@ -0,0 +1,9 @@
#! /bin/bash
npm install
cp .env.example .env
cp colors.json.example colors.json
npm run build
echo "Done!"