Wordpress Theme for The Social Review
The site is powered by sail, a tool that supports the CLI for Wordpress, I would like to thank @kovshenin for all their support and in creating a help page on this topic. The miliband theme is tesed locally through local-wp.
The miliband theme's scripts are bundled through rollup and made backwards compatible through babel. CSS is run through postcss and autoprefixer.
gh repo clone https://github.com/JacobWeinbren/miliband.git
cd miliband
yarn install
#For Development
yarn dev
#For deployment
yarn build
- The miliband theme uses the MIT License, summarised here
- Bootstrap icons uses the MIT License
- The font Poppins is licensed under the Open Font License
- Wordpress PHP Guide from taniarascia