- HTML 🚀
- CSS 🚀
- JavaScript 🚀
- SASS 🚀
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.