Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 748 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 748 Bytes

generator-maroon-projects

A Yeoman generator to scaffold a development environment for building interactives/projects for The Chicago Maroon. Inspired by POLITICO's interactives generator.

Installation

Enter:

yarn link

Usage

  1. Create a fresh directory for your new project and move into it in your terminal.
$ mkdir my-project
$ cd my-project
  1. Run the generator and answer the questions it asks to build your development environment.
$ yo maroon-projects
  1. Run gulp to start the development server.
$ gulp

See the docs on readthedocs for more info.


Adapted by Euirim Choi '19.