Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.02 KB

File metadata and controls

31 lines (21 loc) · 1.02 KB

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.