Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 420 Bytes

Beitostølen Live Wordpress Theme

Wordpress theme for Beitostølen Live.

Development

The development setup for this theme is based on docker to run an instance of MariaDB and Wordpress. The repository contains a docker compose file. Navigating to the repository directory in the terminal run the following command:

$ docker-compose up -d

This will start the development enviroment and it is good to go.