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

https://github.com/illoprin/ownblog

Personal blog + portfolio (WordPress, ACF, Bootstrap)
https://github.com/illoprin/ownblog

html-css-javascript wordpress wordpress-theme

Last synced: about 2 months ago
JSON representation

Personal blog + portfolio (WordPress, ACF, Bootstrap)

Awesome Lists containing this project

README

          

# illoprin.ru - portfolio blog

## How to start

### 0. Clone repository

```bash
git clone https://github.com/illoprin/ownblog.git
cd ownblog
```

### 1. Install Composer dependencies

> ⚠️ Make sure Composer is installed.

```bash
cd ./theme/illoprinblog
composer install
```

### 2. Run docker images

```bash
docker compose up -d --build
```

Site is available at [localhost](http://localhost)