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
Building the theme requires node.js. We recommend you update to the latest version of npm.
From the command line:
- Install gulp globally with
npm install -g gulp
- Navigate to the theme directory, then run
npm install
- Change your site URL in assets/config.json file devUrl.
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 directorynpm run build
ORnpm run build:production
— Compile minified assets for production
You now have all the necessary dependencies to run the build process.
TODO
Contributions are welcome from everyone.