Skip to content

digitoimistodude/dude

Repository files navigation

Dude.fi official website

based_on_air_version 8.3.7_ project_created 23_Apr_2022 Tested_up_to WordPress_6.0 Compatible_with PHP_7.4

You are looking at the official website code repository at dude.fi.

Stack

Project is based on

Recommended development environment

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: 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 local server should be up and running.

If you need help, ask your superviser or go back to dudestack-instructions / Dude handbook and read what you have do.

If local development 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 go through handbook and run:

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

Run watcher task with gulp and start developing.