LesBron / west-sussex-local-offer

wp theme for west sussex local offer website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

West Sussex local offer WP theme

WordPress theme for the West Sussex local offer.

Developing locally

You need a Wordpress website up and running. Clone this repo into the wp-content/themes folder.

Then, activate it through the WP admin dashboard.

To make changes to JS and SCSS files you'll need to start up the Parcel bundler and Gulp:

npm i
npm run dev

It will watch for changes.

You can use moden JavaScript syntax (including JSX) and any imports supported by Parcel.

Using it in production

Make sure that you run npm run build to create production JS and SCSS before deploying it to a live site.

About

wp theme for west sussex local offer website


Languages

Language:PHP 48.8%Language:CSS 47.8%Language:JavaScript 3.4%