The project is in its initial stage, your welcome to Contribute. Podium is a simple, flexible & powerful AngularJS starter theme for wordpress, foundation and gulp support
Building the theme requires node.js. We recommend you update to the latest version of npm: npm install -g npm@latest
.
From the command line:
- Install gulp and Bower globally with
npm install -g gulp bower
- Navigate to the theme directory, then run
npm install
- Run
bower install
You now have all the necessary dependencies to run the build process.
gulp
— Compile and optimize the files in your assets directorygulp watch
— Compile assets when file changes are made
Once your site is ready for production, remove or comment out the following line form the functions.php file:
define('WP_ENV', 'development');
TODO
Contributions are welcome from everyone.