Demo for e3 PSD by Frances Naty Go May 17, 2017
- Setup git repo at Github or Bitbucket
- Add .gitignore and README file
- Git clone the repo
- Add Default Drupal installation
- Add Necessary Modules
- Setup Local Host Using MAMP
- Add Theme - using Bootstrap and a sub theme of it using the CDN
- Add Gulp, package.json with SASS capabilities
- Run
npm install
- Add all the files so far to Github initial commit
- Inside the /sites directory, add default directory with settings.php. Usually do not include this inside the Git repo because it changes depending on the server.
- Setup with MySQL and database info.
- Add .htaccess to project directory since we don't include that in the repository because it might change from local to live site
- Choose E3Demo Theme with Flatly Bootstrap Theme
- Enable E3Demo Events Custom Feature
- Inside the E3 Demo theme directory, type
gulp watch
- Made changes necessary to scss files
- The slant blue design in top part is difficult to do without using an SVG image, and I'm not sure how to create SVG files because I tend ask the Graphics Designer to do that for me.