Skip to content

suvanno/jadro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jadro

WordPress FSE theme by JadroWP.

Getting Started

Theme Preview

Screenshot

Development

Requirements

Setup

  • Run pnpm install to install Node dependencies.
  • Run pnpm dlx husky add .husky/pre-commit 'pnpm dlx lint-staged' to setup Husky.
  • Run composer install to install composer dependencies.
  • Run cp .env.example .env to create .env file.
  • Edit DEV_SERVER_URL in your .env file to match the url of your local WP server.

Available Scripts

  • pnpm run dev - Starts dev server in watch mode.
  • pnpm run ready - This will fix version, POT, etc and rebuilds assets.
  • pnpm run lint:js - Run this to check if there are any issues in JavaScripts files.
  • pnpm run lint:css - Run this to check if there are any issues in SCSS files.
  • pnpm run deploy - This will prepare the theme for the production/release. Zip file will be inside deploy folder.

About

WordPress FSE Theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.5%
  • CSS 17.7%
  • HTML 13.8%
  • SCSS 7.3%
  • JavaScript 1.7%