ADD: Script de intalación
This commit is contained in:
parent
70b6fe99a0
commit
761acc7fcc
9
install.sh
Executable file
9
install.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
npm install
|
||||
cp .env.example .env
|
||||
cp colors.json.example colors.json
|
||||
|
||||
npm run build
|
||||
|
||||
echo "Done!"
|
||||
Loading…
x
Reference in New Issue
Block a user