Wideo
Wordpress starting framework for magic websites.
Full documentation: https://github.com/ideonetwork/wideo/wiki
Usage
Installation for wordpress websites
Run the following commands inside the wp-content/themes directory:
git clone https://github.com/ideonetwork/wideo
cd wideo
npm install -g webpack-cli
yarn install
npm run start
Installation for static websites
Run the following commands inside the directory:
git clone https://github.com/ideonetwork/wideo
cd wideo
npm install -g webpack-cli
yarn install
npm run static
npm run start
Build
npm run build
The build process should create a ./build directory with the official theme ready for production.
Guide
Custom mailer configuration