Skip to content

OliveCh12/Pulsar

Repository files navigation

Pulsar Porfolio

Netlify Status

Usage

This project contains my portfolio and my resume. It was built with Hugo and hosted on Netlify

Installation

After cloning this repository, simply launch the command npm install at the root of the project.

En Then, launch simultaneity these commands :

Launching Hugo server "Dev Mode" :

npm run dev

Compiling scss files into minified css file :

npm run watch

That's it.