- Import the boilerplate to our bitbucket team.
- Use this as the url:
https://github.com/40Digits/craft-boilerplate.git
to import
- Clone the newly imported repo
cd
into the root level of the project- Application setup instructions are in SETUP.md
- Keep SETUP.md in the repo so that future devs know how to begin with this project
- Update SETUP.md with the specific tools you use for a project. For instance, if you need to use composer, make sure to add a setup step
- After you're finished, replace this README with the "New Repo README" below
- Push up your changes and start developing!
Since the deprecation of Eta, we have since moved to using npm scripts as our build tools and task runner. (For more information on using npm as a build tool feel free to check this How to use npm as a build tool. ) If you're interested in which npm packages we currently use and care to use some of our recipes feel free to check out our 40D-tools-list repo.
# Project Name
***
## URLs
* Live - http://www.site-name.com
* Staging - N/A
* Development - http://site-name.domain.net
## Git Branches
* Development
* Master
***
## Project Manager(s)
* PM Name
## Developer(s)
#### Developer 1
* Major Task One
* Major Task Two
#### Developer 2
* Major Task One
* Major Task Two
#### Developer 3
* Major Task One
* Major Task Two
***
## Notes
Any major notes that need to be shared with the project.