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

https://github.com/zacharyrener/high-performance-framework

High Performance Framework
https://github.com/zacharyrener/high-performance-framework

framework wordpress-theme

Last synced: 10 months ago
JSON representation

High Performance Framework

Awesome Lists containing this project

README

          

**Fresh install Sage theme**

composer create-project roots/sage theme-name
cd theme-name
yarn && yarn build

**Install ACF**

**Delete app/, resources/, .gitignore, .README.md**

rm -rf app && rm -rf resources && rm .gitignore && rm README.md && rm package-lock.json

**Pull this git repo**

git init
git remote add origin https://github.com/ZacharyRener/hpf-sage
git pull origin master

**Install Webpack and compile**

cd resources/assets
npm install
./node_modules/.bin/webpack --watch