Skip to content

fortrieb/stefanmiodrag.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for my personal site, built using plain HTML and (S)CSS.

Install

[𝗫] Not vital [△] Depends [✓] Necessary

This project uses the following dependencies:
[𝗫] Laravel Valet
[✓] npm.js
[△] Ruby
[✓] Sass

Usage

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.

About

🤖 Source code for my site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.5%
  • HTML 38.5%