Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

deploymy-codes/frontend

Repository files navigation

Frontend of deploymy.codes

Install the project

git clone git@github.com:deploymy-codes/frontend
cd frontend
bundle
npm install -g bower gulp
brew install phantomjs
bower install
npm install
cp gulp/aws.yml{.sample,}

Start the project in development

gulp

Run the tests

# One run
gulp tests

# Rerun after each save
gulp tdd

Deploy to S3

# not yet implemented