https://github.com/digitoimistodude/dude-2020
The official dude.fi website 2020-2022.
https://github.com/digitoimistodude/dude-2020
air-light bedrock dudestack wordpress wordpress-plugins wordpress-theme wordpress-website
Last synced: 3 months ago
JSON representation
The official dude.fi website 2020-2022.
- Host: GitHub
- URL: https://github.com/digitoimistodude/dude-2020
- Owner: digitoimistodude
- Created: 2019-05-09T15:20:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T21:02:20.000Z (over 2 years ago)
- Last Synced: 2024-12-31T07:27:44.274Z (over 1 year ago)
- Topics: air-light, bedrock, dudestack, wordpress, wordpress-plugins, wordpress-theme, wordpress-website
- Language: SCSS
- Homepage: https://www.dude.fi
- Size: 79.7 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dude.fi - 2020
   
## Stack
This project is built on [digitoimistodude/dudestack](https://github.com/digitoimistodude/dudestack), [digitoimistodude/air-light](https://github.com/digitoimistodude/air-light), [digitoimistodude/marlin-vagrant](https://github.com/digitoimistodude/marlin-vagrant) or [digitoimistodude/macos-lemp-setup](https://github.com/digitoimistodude/macos-lemp-setup), [digitoimistodude/devpackages](https://github.com/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](https://github.com/ronilaukkarinen), [timiwahalahti](https://github.com/timiwahalahti)
**Custom post type plugin:** ACF Pro
## Theme screenshot

## Features
On top of features included in [digitoimistodude/air-light](https://github.com/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](http://dude.test)
✅ Staging: [dude.vaiheessa.fi](https://dude.vaiheessa.fi)
✅ Production: [dude.fi](https://www.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](https://github.com/digitoimistodude/dudestack-instructions) or [Dude handbook](https://handbook.dude.fi/wordpress-kehitys/projektin-aloitus) 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)
2. `npm install` (in theme folder)
Run project with `gulp`.
## Noteworthy in this project
Not at the moment.