Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.67 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.67 KB

DEPRECATED! This is no longer supported. No Maintenance Intended

Podium Build Status Scrutinizer Code Quality Known Vulnerabilities

The project is in its initial stage, your welcome to Contribute. Podium is a simple, flexible & powerful starter theme for wordpress, foundation and gulp support

Requirements

Features

Installation

Install gulp

Building the theme requires node.js. We recommend you update to the latest version of npm.

From the command line:

  1. Install gulp globally with npm install -g gulp
  2. Navigate to the theme directory, then run npm install
  3. Change your site URL in assets/config.json file devUrl.

Build commands

  • npm start — Compile assets & start BrowserSync session (listening to file changes, recompile & push changes to your browser).
  • npm run build:dev — Compile and optimize the files in your assets directory
  • npm run build OR npm run build:production — Compile minified assets for production

You now have all the necessary dependencies to run the build process.

Documentation

TODO

Contributing

Contributions are welcome from everyone.