deegles / cookietime

Cookie Time - an Alexa game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

  1. Clone the repo (get credentials from IAM) or go to 1.a
git clone https://yourRepoURL

a. Initialize a new repo, go to step 3

mkdir yourRepo
cd yourRepo
git init
  1. Switch to project directory
cd yourRepo
  1. Make sure your git user name and email are correct
>git config user.name && git config user.email
deegles
diego@vokkal.co
  1. Make sure npm and node are installed
> node -v && npm -v
  v6.9.5
  3.10.10
  1. Install dependencies
npm install
npm install -g webpack
  1. Set up an AWS profile (make sure the AWS CLI is installed)
aws configure --profile cookietime
  1. Run the build
npm run build
  1. Deploy to AWS
npm run deploy

About

Cookie Time - an Alexa game

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%