Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
/ dkuk-wp-theme Public archive

The WordPress theme for DKUK Salon, London.

Notifications You must be signed in to change notification settings

jclwilson/dkuk-wp-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dkuk-wp-theme

The WordPress theme for DKUK Salon, London.

dkuk.biz

Contact

Development

  • This is designed for a web developer. If you need guidance, use the contact details above.
  • The dist directory is ignored from this repository, it only exists after building.

Requirements

  • npm
  • docker
  • docker-compose
  1. Run sudo docker-compose up to install WordPress and mysql.
    • Afterwards, use sudo docker-compose stop or sudo docker-compose start to turn the servers on and off, do not use sudo docker-compose down, or you'll delete the data and regret it later!
  2. Run npm install to install all development dependencies.
    • Production dependencies are currently bundled at a fixed version.
    • This also runs the scripts that create the dist bundle, including the zipped theme file.

NPM Commands

Below is a list of some of the most useful basic npm script commands.

  • npm run build
    • Builds the dist directory using the current code in the src directory.
  • npm run zip
    • Runs npm run build before zipping the contents of the dist directory into a installable WordPress theme ZIP file.
  • npm run server:start
    • Starts running the local development server.
    • automatically run when using npm run build
  • npm run server:stop
    • Stops running the local development server.

About

The WordPress theme for DKUK Salon, London.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published