#!/usr/bin/env bash

git clone git@gitlab.com:aff-whykingz/landings/landings-boilerplate.git $1
cd $1
rm -rf .git
npm install
