Skip to content

pulinairc/pulina.fi

Repository files navigation

Pulina

based_on_air_version 6.6.9_ project_created 17_Feb_2021 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

Theme screenshot

Screenshot

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: pulina.test
❌ Staging: pulina.vaiheessa.fi
✅ Production: pulina.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.