Skip to content

josephmfaulkner/stack-em-blocks

Repository files navigation

StackEm Blocks!


Main Gameplay


Getting Started

This project was bootstrapped with Create React App.

You will need:

### Using Yarn:
git clone https://github.com/josephmfaulkner/stack-em-blocks.git
cd stack-em-blocks
yarn install 
yarn start

### Using NPM:
git clone https://github.com/josephmfaulkner/stack-em-blocks.git
cd stack-em-blocks
npm install 
npm start

By default, the project will run on localhost:3000


Deploying Infrastructure

The cloud resources can be provisioned automatically using Terraform

You will need:

cd infrastructure/heroku
terraform init -var-file="secret.tfvars"
terraform plan -var-file="secret.tfvars"
terraform apply -var-file="secret.tfvars"