Skip to content

jrmmendes/mendes.software-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mendes.software

This is a simple portfolio page. Simple HTML, CSS (SCSS) and JS

Setup

The only requirement is to have sass installed globally:

npm i -g sass

Then, compile the SCSS files inside _scss into _css folder. This project aims to use ITCSS, but it's not strict about it.

TL;DR

Start the webserver:

vite . --host

Start the sass compiler:

sass -w _scss/style.scss:_css/style.css

Stack

  • Plain HTML, CSS and JS
  • sass (SCSS syntax)
  • Fontello

About

My minimalistic portfolio page. Made with good old vanilla stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published