A Yeoman generator to scaffold a development environment for building interactives/projects for The Chicago Maroon. Inspired by POLITICO's interactives generator.
Enter:
yarn link
- Create a fresh directory for your new project and move into it in your terminal.
$ mkdir my-project
$ cd my-project
- Run the generator and answer the questions it asks to build your development environment.
$ yo maroon-projects
- Run gulp to start the development server.
$ gulp
See the docs on readthedocs for more info.
Adapted by Euirim Choi '19.