Skip to content

Static boilerplate which contains a starting static development point for SSM projects.

Notifications You must be signed in to change notification settings

secretstache/ssm-static-boilerplate

Repository files navigation

SSM Static Boilerplate

Static boilerplate which contains a starting static development point for SSM projects.

Uses

Requirements

Getting Started

  1. Install dependencies:
yarn install
  1. Run in development mode:
yarn run start
  1. Or build for production:
yarn run build

Notes

  • Update the URL prefix in the package.json file under vars[prefix] if the site is located in a subdirectory.

  • Set the project type to blocks in package.json file under vars[project] when developing for WordPress Gutenberg blocks.

  • Run yarn run lint to lint the project.

  • Run yarn run prettier:fix to beautify the files.

Install via Composer:

$ composer require ssm/static-boilerplate

About

Static boilerplate which contains a starting static development point for SSM projects.

Resources

Stars

Watchers

Forks

Packages

No packages published