Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 653 Bytes

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.