Skip to content

InFact-coop/norfolkcounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Norfolk Counts

Custom WP theme, built with SASS, Uglify, Coffeescript, etc via webpack.

Requirements:

Dev setup

  • Set up the compile pipeline
cd wp-content/themes/norfolk/
yarn install
  • Spin up local dev
docker-compose up

View the site and complete WP install process at localhost:8005

Development

  • Spin up local dev
docker-compose up
  • Start gulp compilation watch mode
cd wp-content/themes/norfolk/
yarn run dev

The Wordpress local environment will be visible at localhost:8005

Deployment

  • Run the build pipeline in production mode to minify JS
yarn run prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published