This site is still in the process of being built. Progress can be viewed at vanhack.com.
- ✅ Intial launch with home landing page
- ◻️ 404 page
- ✅ Sync local and production ACF
- ◻️ Pricing for employers
- ✅ Blog section
- ✅ Blog categories, prev, etc
- ◻️ Localization
- ✅ Companies module
- ◻️ Video module
- ✅ Testimonial module
- ✅ Mobile slideout navigation
git clone https://github.com/brotzky/vanhack-website.git
cd vanhack-website
yarn
yarn start or gulp
You will need to setup your own local database to connect Wordpress to. Also, it is recommended to symlink the build output to the theme folder of your Wordpress.
Initial boilerplate largely used from https://github.com/synapticism/wordpress-gulp-starter-kit.