Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 601 Bytes

STARTER.md

File metadata and controls

43 lines (30 loc) · 601 Bytes

To Run Locally

Step 1: Install Hugo

brew install hugo
# or
port install hugo

# To verify your new install:
hugo version

Step 2: Clone the Repo

git clone [email protected]:Abusayid693/Hugo-Portfolio-.git

Step 3: Start the server

cd Hugo-Portfolio
# Start hugo server
hugo server

# Navigate eg : http://localhost:61491

For Compiling SCSS (if you modify SCSS)

We have compiled SCSS file seperately using npm package node-sass

Step 1: Install Node Modules

npm install

Step 2: Start SCSS compiler

npm run compile:sass