https://github.com/damienallen/studio-iza-slodka
Studio Iza Slodka wordpress theme & docker compose setup
https://github.com/damienallen/studio-iza-slodka
architecture urbanism wordpress
Last synced: 6 months ago
JSON representation
Studio Iza Slodka wordpress theme & docker compose setup
- Host: GitHub
- URL: https://github.com/damienallen/studio-iza-slodka
- Owner: damienallen
- Created: 2019-12-08T20:59:32.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T21:05:47.000Z (over 1 year ago)
- Last Synced: 2024-12-04T21:37:56.337Z (over 1 year ago)
- Topics: architecture, urbanism, wordpress
- Language: SCSS
- Homepage: https://izaslodka.com
- Size: 447 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Studio Iza Słodka
### Requirements
- node & npm
- yarn
- make (optional)
### Wordpress
This repository is used to build and deploy wordpress theme for the [izaslodka.com](izaslodka.com) website.
### Webpack
After cloning the repository, install depenencies using `yarn install`.
Webpack is used to optimize and package static resources. It should be used either in watch mode (`yarn start`) or a manual build using `yarn run build`.
### Deployment
Deployment is performed using Github actions via SSH/rsync.