Skip to content

x-stefan/the-webdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the-webdev.de

This repository contains the source code of my portfolio site the-webdev.de.

Structure

  • src contains the Sass and JavaScript files.
  • www contains the distribution folder.
    • The Sass files are compiled into www/css.
    • The JavaScript files are compiled into www/js.
    • www/js/vendor contains third-party JavaScript librarys.

Usage

  • If you haven't already done so, install node.js.
  • If you haven't already done so, install gulp.js.
  • Navigate via command line into the cloned repository.
  • Run $ npm install to install the dependencies from the package.json.
  • Run $ gulp to start the Sass and JavaScrip tasks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published