Skip to content

markbaindesign/mbd-wp-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MBD Project Scaffolding

By Mark Bain Design

Version 1.2.0

Using the WP project scaffolding to start a new WP project

Initial setup

  • Download the zipfile
  • Copy the content of rootto the root folder of your new project
  • Edit bower.jsonwith your new project details
  • Edit package.jsonwith your new project details
  • Rename and edit PROJECT_NAME.subline-projectwith your new project details
  • Edit README.mdwith your new project title
  • Edit /sass/styles.scsswith your new theme title
  • Rename root/.gitignore-rootto .gitignore and edit with your new project details

Set up Git

  • CD into the new project root directory and run git initto create an empty git repo
  • Create your remote repos (i.e. on GitHub or BitBucket)
  • Add your remotes to your local project i.e. git remote add origin https://github.com/user/repo.git

Set up the new project

  • Visit the README.mdof your new project for further instructions.