Skip to content

digitoimistodude/dude-2020

Repository files navigation

Dude.fi - 2020

based_on_air_version 5.3.0_ project_created 09_May_2019 Tested_up_to WordPress_5.5 Compatible_with PHP_7.2

Stack

This project is built on digitoimistodude/dudestack, digitoimistodude/air-light, digitoimistodude/marlin-vagrant or digitoimistodude/macos-lemp-setup, digitoimistodude/devpackages which are documented at their corresponding locations. This is a guide on:

  • How to setup the project initially
  • How to update the project dependencies
  • Project settings and features

Basic details

Developers: ronilaukkarinen, timiwahalahti
Custom post type plugin: ACF Pro

Theme screenshot

Screenshot

Features

On top of features included in digitoimistodude/air-light, this project contains:

  • Custom off-canvas megamenu
  • Lazy load for images
  • Custom templates
  • Much more

Environments:

Green checkmarks show if the environment is already set up and running, red cross indicates if it's not yet there or disabled.

✅ Development: dude.test
✅ Staging: dude.vaiheessa.fi
✅ Production: dude.fi

Setting it up initially

According to our handbook, you should have run createproject, inital setup by now. Your Vagrant machine (or macOS LEMP) should be up and running. If not, go back to dudestack-instructions or Dude handbook and read what you have do.

If dev environment is indeed running, you're ready to version control the project.

There are npm packages in both project root and theme folder. If you come later to this project, please run:

  1. composer install (in project folder)
  2. npm install (in project folder)
  3. npm install (in theme folder)

Run project with gulp.

Noteworthy in this project

Not at the moment.