9 lines
110 B
Bash
Executable File

#! /bin/bash
npm install
cp .env.example .env
cp colors.json.example colors.json
npm run build
echo "Done!"