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

thoughtbot/upcase-middleman-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upcase Middleman Sample

This repo contains a sample project build with the Middleman static site generator. This project was built for a video on Upcase, our learning platform.

Getting Started

The repo includes a setup script that you can run to get started. Run the script with:

$ bin/setup

This will install the dependencies via bundler and copy over a template .env file.

Running

To run the app locally, run:

$ middleman server

This will start the server with a file watcher and live reload functionality.

Deploying

You'll need to set up an S3 bucket to store the content and configure website hosting for the bucket, as well as populating the .env file with your AWS keys and bucket name.

Once you have that in place, you can deploy (and re-deploy) with:

$ bin/deploy

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published