Built with biggie, a JavaScript application boilerplate based on bigwheel, a lightweight framework from Jam3.
❗ biggie uses yarn for dependency management, so if you have not used yarn before, you need to install it globally before getting started:
npm install -g yarn
# clone the repo
git clone https://github.com/genagain/portfolio.git
# move into project directory
cd portfolio
# install dependencies
yarn
# start gulp
gulp