- HTML 🚀
- CSS 🚀
- JavaScript 🚀
- SASS 🚀
How To Use 🔧 From your command line, first clone the project:
$ git clone https://github.com/smxhmxd/Portfolio.git
$ cd Portfolio
$ git remote remove origin
Then you can install the dependencies
Using NPM:
$ npm install
$ 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.
Once you have done with your setup. You need to put your website online!
I recommend using Github Pages to achieve this, as it is the EASIEST WAY
- Upload the code in a Github Repository.
- Go to Settings -> Pages -> Select /root and hit Save
- Your Portfolio is now deployed.