Source code for my personal site, built using plain HTML and (S)CSS.
[𝗫] Not vital [△] Depends [✓] Necessary
This project uses the following dependencies:
[𝗫] Laravel Valet
[✓] npm.js
[△] Ruby
[✓] Sass
Once the dependencies have been downloaded, you may download this repository. Alternatively, you may clone this repository using the following command.
$ git clone https://github.com/stefanmiodrag/stefanmiodrag.com.git
If you're using Laravel Valet as your development environment, make sure that the downloaded repository is in your serving sites directory.
Run the following commands to auto refresh any changes made to .scss
files in the /scss
directory.
$ cd <sites directory>
# navigate to /sites directory
$ npm run watch
# auto refreshes any changes made to .scss files in the /scss directory
# generated .css files will be located in the /css directory
By default, Valet serves your projects using the .dev
extension. Open stefanmiodrag.com[.dev]
on your browser to visit the site.