Skip to content

Getting Started

Installation

  1. Initiate a local WordPress Environment and install Advanced Custom Fields Pro.
  2. Clone the theme directory into your local sites /app/public/wp-content/themes/ folder.
  3. Run composer install in the theme directory. Composer will install the packages for og-core and og-blocks.
  4. Run bun install or npm install in the theme directory.
  5. Run bun run build or npm run build in the theme directory.
  6. 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.