-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Gregorio Galante edited this page Mar 7, 2020
·
1 revision
Wordpress starting framework for magic websites.
Run the following commands inside the wp-content/themes directory:
git clone https://github.com/ideonetwork/wideo
cd wideo
yarn install
npm run start
npm run build
The build process should create a ./build directory with the official theme ready for production.