-
Copy the contents of this repo to a new theme directory.
-
Rename the theme directory, using the following format:
clientname-YYYY(ex: avondaletypeco-2016). -
Replace the
screenshot.pngfile with an image of the homepage design. Image should be 880x660. -
Do a search over the whole project for
#REPLACE-CLIENTNICENAMEand replace it with the client's name in Title Case (ex: Avondale Type Co.). -
Do a search over the whole project for
#REPLACE-CLIENTSLUGNAMEand replace it with the client's name in a slug format (ex: avondale-type-co). -
Do a search over the whole project for
#REPLACE-PROJECTURLand replace it with the project's production url. -
Do a search over the whole project for
#REPLACE-PROJECTSTAGINGand replace it with the project's staging url. -
Do a search over the whole project for
#REPLACE-REPONAMEand replace it with the repo name in the following format:brightbrightgreat/avondaletypeco -
Do a search over the whole project for
#REPLACE-REPOURLand replace it with the repo name in the following format:https://github.com/brightbrightgreat/avondaletypeco -
Do a search over the whole project for
#REPLACE-ASANAURLand replace it with the url of this project's Asana. -
Run
npm installin the theme directory to install grunt. -
Run
composer updateto generate the autoload files. -
Run
grunt watchin the theme directory while working to run grunt. -
Replace this README.md with the SAMPLE-README.md in this directory. Fill out the information about the project in that file.
If you have any questions, contact Tiffany Stoik (tiffany@brightbrightgreat.com).