My personal Gulp
static website for developer information and portfolio.
Install node_modules
and start development mode, which uses BrowserSync
.
npm i && gulp serve
(Optional) Finally build and test it locally.
gulp build && npx serve _build
Copyright (C) Jukka Pajarinen - All Rights Reserved
Unauthorized copying of this project, via any medium is strictly prohibited proprietary and confidential
Written by Jukka Pajarinen [email protected], Aug 2021