Skip to content

posty-studio/starter-theme

Repository files navigation

Posty Starter Theme

Quick Start

  1. Clone this repository into your wp-content/themes directory.
  2. Run rm -rf .git to remove the Git repo of the starter theme.
  3. Run npm install to install the dependencies.
  4. Run node bin/setup.mjs and follow the prompts to set up the plugin.
  5. Activate the theme in the WordPress admin.

To make it a repo:

  1. git init
  2. git add .
  3. git commit -m "Initial commit"
  4. gh repo create (if you have the GitHub CLI installed)

To delete the setup script:

  1. rm bin/setup.mjs && npm uninstall --save-dev @inquirer/prompts

Installation with Laravel Herd

See Automate Your Local WordPress Setup with Herd for a complete walkthrough.

Development

  1. Run npm run start to start the development server.
  2. Run npm run demo to create a demo content post with all blocks.

Build

  1. Run npm run build to build the theme.

About

A starter theme for WordPress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors