Drawing Self Portraits using HTML and CSS3(SASS)
Several options are available to get started quickly:
- Clone the repo:
git clone https://github.com/faneder/eder-portrait.git
To use the source files, you will need to have npm installed globally along with Gulp.js. To start:
- Run
npm install
in the root directory - Run
gulp dev
and edit the files as needed
If you need to update the plugins included with this template, simply run the following tasks:
- First run
npm update
to update the dependencies