An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![studio](https://user-images.githubusercontent.com/17518047/225091156-8ac171cc-b632-447a-9dff-751c6aebc239.png)

# 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.