Skip to content

mcclatchy/since-parkland-lp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Since Parkland landing page

Built with Parcel.js.

Includes

  • babel-preset-env
  • node-sass
  • autoprefixer
  • eslint
  • nunjucks

Install

git clone https://github.com/aaronalbright/mccustom-starter
yarn install

Using nunjucks

The context file that gets rendered with the template is stored in ./src/html/global.json.

If you've set up google-doc-to-json, you can output an AML-formatted Google Doc to global.json.

To start a server at localhost:3000

yarn start

Build a static site

yarn build

Builds files into ./build/public

Build a static site with relative links for CUE

yarn cue

Builds files into ./cue

config.url must be set in package.json

Fetch Google Doc in AML format

Requires drive.json setup

yarn text

Outputs into ./src/html/global.json

config.docID must be set in package.json

About

Since Parkland McClatchy Project landing page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published