Skip to content
Gregorio Galante edited this page Mar 7, 2020 · 1 revision

Wordpress starting framework for magic websites.

Installation

Run the following commands inside the wp-content/themes directory:

git clone https://github.com/ideonetwork/wideo
cd wideo
yarn install
npm run start

Build

npm run build

The build process should create a ./build directory with the official theme ready for production.

Clone this wiki locally