Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 382 Bytes

File metadata and controls

30 lines (20 loc) · 382 Bytes

Running the Project Locally

This is a static HTML website.

Open PowerShell and run:

cd C:\resume-portfolio
npx serve .

Then open the URL displayed in the terminal, usually:

http://localhost:3000

Working with SCSS

Install the project dependencies:

npm install

Start the SCSS watcher:

npm run watch-css