Skip to content

LesBron/west-sussex-local-offer

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 48.8%
  • CSS 47.8%
  • JavaScript 3.4%