Skip to content

AtlasLocal/coworkgreenville.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoWork Greenville

This is a proposed project scaffolding for the new 2015 coworkgreenville.com site.

Goals

  • Allow non-technical editors to easily edit and contribute content
  • Allow technically-minded folks to easily contribute to development
  • Provide a drop-dead a simple solution (reduce complexity)
  • Plan to possibly reuse this stack for other web properties

Architecture

The current architecture consists of:

The CMS content will be interpolated during the compile process.

Our current plan is to deploy a static HTML/CSS site.

Setup

The following instructions assume a Mac OS X development environment:

Install Homebrew:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Node.js:

brew install node

Install roots:

npm install -g roots

Clone this repo:

git clone [email protected]:cowork/coworkgreenville.com.git

Install dependencies:

cd coworkgreenville.com
npm install

Launch dev server:

roots watch

Deploying

TODO: Add deployment instructions or auto-deployment info here.

Releases

No releases published

Packages

No packages published