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

CascadePublicMedia/festival.crosscut.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crosscut Festival

Source for https://festival.crosscut.com.

Repo root contains frontend source.

api folder contains backend "api" elements.

Front End

Getting Started:

  • Make sure Node.js is installed.
  • Install gulp cli globally. npm install -g gulp-cli.
  • Install dependencies. npm install.
  • Get vendor files and run build. gulp init.

Developing with BrowserSync:

  • Run gulp watch. This starts a local mini-server, provides a URL to view the site (http://localhost:3000), and will open the URL in a browser automatically. BrowserSync reloads the page automatically when changes are saved.

  • Templates: Uses Nunjucks templating engine. Individual pages can be found in ./src/pages. Partials and base template files can be found in ./src/templates. Variables are stored as JSON in ./src/data.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •