https://github.com/codeinwp/jadrowp
WordPress FSE Theme
https://github.com/codeinwp/jadrowp
wordpress wordpress-theme
Last synced: 4 months ago
JSON representation
WordPress FSE Theme
- Host: GitHub
- URL: https://github.com/codeinwp/jadrowp
- Owner: Codeinwp
- License: gpl-2.0
- Created: 2023-04-26T06:02:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T13:02:25.000Z (about 1 year ago)
- Last Synced: 2024-05-18T09:36:42.705Z (about 1 year ago)
- Topics: wordpress, wordpress-theme
- Language: PHP
- Homepage: https://jadrowp.com
- Size: 2.25 MB
- Stars: 20
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jadro
WordPress FSE theme by JadroWP.
# Getting Started
- [Home Page](https://jadrowp.com/)
- [View Demo](https://demo.jadrowp.com/)
- [GitHub Repo](https://github.com/jadrowp/jadro/)# Theme Preview

# Development
## Requirements
- [Composer](https://getcomposer.org/)
- [Node JS](https://nodejs.org/)
- [Pnpm](https://pnpm.io/)## 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.## Releasing:
- Update the version in `package.json` file.
- Run `pnpm run ready`.
- Push the changes to the repository directly to master or create a PR to master.