- Node and NPM (install here).
- Gulp (you will need to install gulp globally), run
npm install gulp -g
to do so. - Git (install here).
- Clone dev branch
git clone https://github.com/thecodecafe/calendar-plugin --branch=dev
. cd
into the directory and- Install node modules by running
npm install
preferably 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 start
and that's it.
To see the available gulp tasks, simply run gulp
within the project's directory from your terminal.