- Download the zipfile
- Copy the content of
root
to the root folder of your new project - Edit
bower.json
with your new project details - Edit
package.json
with your new project details - Rename and edit
PROJECT_NAME.subline-project
with your new project details - Edit
README.md
with your new project title - Edit
/sass/styles.scss
with your new theme title - Rename
root/.gitignore-root
to.gitignore
and edit with your new project details
- CD into the new project root directory and run
git init
to 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
- Visit the
README.md
of your new project for further instructions.