# Check out the repo
git clone git@github.com:clocklimited/VanillaExpressProject
# Install the dependencies
cd VanillaExpressProject
npm install
# Install pliers globally (the build tool)
npm install -g pliers
# Begin!
pliers go
The project has a number of things that need changing/adding to make it a base for the specific brand:
- Within the
public/images/metafolder:- The
apple-touch-icon-precomposed-XxX.pngfiles need to be changed - The
favicon.icofile need to be changed
- The
- If custom fonts are being used:
- Fonts need to be added to the
public/fontsfolder @font-facefor each font needs to be added topublic/css/fonts.styl- The font faces need to be added to the
TYPOGRAPHYsection inpublic/css/settings.styl
- Fonts need to be added to the
- Error page image needs to be changed:
public/images/error/logo-error.png
- Where
SITENAMEis used, this needs to be changed to the appropriate project title (use search in your editor to find all the instances) - Routes need to be set up for static pages
- Port needs to be updated to correct port for project
- Update the
properties.jsfile in the root of the project for all environments:- Google Analytics IDs
- Port number
- URLs
- Domains