★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/paulgibbs/stencils/archive/refs/heads/master.zipStencils for WordPress
Requirements
Install Node.js and the Grunt CLI.
- Install Node.js: You can download and install the package or use a package manager, like Homebrew.
- Install the Grunt CLI: After installing Node, run
npm install -g grunt-cliin your shell.
Getting Started
Once you've installed Node.js and the Grunt CLI, you're ready to get started.
- Clone this repository in a directory of your choice by running
git clone https://github.com/paulgibbs/stencils.git. - Navigate to the directory in your shell.
- Run
npm install.
Documentation
grunt or grunt dev
Generates the development-optimised source in the root directory.
grunt release
Generates the production-optimised source in the build directory.