- Node and NPM (install here).
- Gulp (you will need to install gulp globally), run
npm install gulp -gto do so. - Git (install here).
- Clone dev branch
git clone https://github.com/thecodecafe/calendar-plugin --branch=dev. cdinto the directory and- Install node modules by running
npm installpreferably if you have yarn install with that insteadyarn install. - Still withing the project's directory via the terminal start the dev server by running
gulp startand that's it.
To see the available gulp tasks, simply run gulp within the project's directory from your terminal.