mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
6 lines
118 B
Bash
Executable file
6 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
npm install
|
|
bower install
|
|
if [ ! -f config/main.js ]; then
|
|
cp config/main.sample.js config/main.js
|
|
fi
|