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
- Host: GitHub
- URL: https://github.com/zacharyrener/high-performance-framework
- Owner: ZacharyRener
- Created: 2021-06-01T17:59:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T19:17:33.000Z (over 4 years ago)
- Last Synced: 2025-05-14T07:51:26.781Z (11 months ago)
- Topics: framework, wordpress-theme
- Language: JavaScript
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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