/Portfolio

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

My Portfolio

Technologies used 🛠️

  • HTML 🚀
  • CSS 🚀
  • JavaScript 🚀
  • SASS 🚀

How To Use 🔧

From your command line, first clone Dopefolio:

# Clone this repository
$ git clone https://github.com/Knight-Night-666/Portfolio

Then you can install the dependencies

Using NPM:

# Install dependencies
$ npm install

# Listen to changes in CSS Preprocessor files ( SASS files )
$ npm run compile:scss

Once you run npm run compile:scss, then open the index.html inside your favorite browser or using the live server extension.