Getting Started
Installation
- Initiate a local WordPress Environment and install Advanced Custom Fields Pro.
- Clone the theme directory into your local sites
/app/public/wp-content/themes/folder. - Run
composer installin the theme directory. Composer will install the packages for og-core and og-blocks. - Run
bun installornpm installin the theme directory. - Run
bun run buildornpm run buildin the theme directory. - Activate the theme in Appearance > Themes.
Development
Run bun run dev or npm run dev from the root directory. This will compile your assets and watch for changes.
Production
When you're ready for production, run bun run build or npm run build from the theme directory in the terminal.
The dist directory is ignored from version control and not deployed to production as it is ran on the server.